Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=21",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 22,
    "results": [
        {
            "start": 931531043,
            "stop": 931531098
        },
        {
            "start": 931531100,
            "stop": 931531140
        },
        {
            "start": 931531142,
            "stop": 931531223
        },
        {
            "start": 931531224,
            "stop": 931531268
        },
        {
            "start": 931531270,
            "stop": 931531294
        },
        {
            "start": 931531296,
            "stop": 931531363
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533385
        },
        {
            "start": 931533387,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534701
        },
        {
            "start": 931539619,
            "stop": 931540290
        },
        {
            "start": 931540292,
            "stop": 931540787
        },
        {
            "start": 931540789,
            "stop": 931540800
        },
        {
            "start": 931540802,
            "stop": 931541743
        },
        {
            "start": 931541746,
            "stop": 931542032
        },
        {
            "start": 931543466,
            "stop": 931544574
        },
        {
            "start": 931544576,
            "stop": 931544680
        },
        {
            "start": 931544682,
            "stop": 931544810
        },
        {
            "start": 931564420,
            "stop": 931564437
        },
        {
            "start": 931564496,
            "stop": 931564500
        }
    ]
}