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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1330
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1329",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1330,
    "results": [
        {
            "start": 964086025,
            "stop": 964086188
        },
        {
            "start": 964086189,
            "stop": 964086353
        },
        {
            "start": 964086354,
            "stop": 964086419
        },
        {
            "start": 964086420,
            "stop": 964086710
        },
        {
            "start": 964086711,
            "stop": 964086819
        },
        {
            "start": 964086820,
            "stop": 964090187
        },
        {
            "start": 964090188,
            "stop": 964090503
        },
        {
            "start": 964091107,
            "stop": 964093214
        },
        {
            "start": 964095645,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964110772
        },
        {
            "start": 964110773,
            "stop": 964113715
        },
        {
            "start": 964113716,
            "stop": 964114398
        },
        {
            "start": 964115834,
            "stop": 964120192
        },
        {
            "start": 964120193,
            "stop": 964122862
        },
        {
            "start": 964122863,
            "stop": 964134040
        },
        {
            "start": 964134041,
            "stop": 964142542
        },
        {
            "start": 964142543,
            "stop": 964145199
        },
        {
            "start": 964147407,
            "stop": 964149542
        },
        {
            "start": 964150417,
            "stop": 964150790
        },
        {
            "start": 964150792,
            "stop": 964152589
        }
    ]
}