Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=139
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=138",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 139,
    "results": [
        {
            "start": 816832909,
            "stop": 816832914
        },
        {
            "start": 816832918,
            "stop": 816832927
        },
        {
            "start": 816832931,
            "stop": 816832940
        },
        {
            "start": 816832944,
            "stop": 816833014
        },
        {
            "start": 816833017,
            "stop": 816833054
        },
        {
            "start": 816833061,
            "stop": 816833083
        },
        {
            "start": 816833088,
            "stop": 816833090
        },
        {
            "start": 816833096,
            "stop": 816833160
        },
        {
            "start": 816833163,
            "stop": 816833167
        },
        {
            "start": 816833170,
            "stop": 816833173
        },
        {
            "start": 816833180,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816840360
        },
        {
            "start": 816840371,
            "stop": 816840373
        },
        {
            "start": 816840387,
            "stop": 816840389
        },
        {
            "start": 816840394,
            "stop": 816840407
        },
        {
            "start": 816840412,
            "stop": 816840422
        },
        {
            "start": 816840427,
            "stop": 816840430
        },
        {
            "start": 816840435,
            "stop": 816840459
        },
        {
            "start": 816840462,
            "stop": 816840479
        },
        {
            "start": 816840483,
            "stop": 816840485
        }
    ]
}