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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=666",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 667,
    "results": [
        {
            "start": 858293294,
            "stop": 858367590
        },
        {
            "start": 858367650,
            "stop": 858372405
        },
        {
            "start": 858372423,
            "stop": 858372690
        },
        {
            "start": 858372750,
            "stop": 858373290
        },
        {
            "start": 858373350,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377490
        },
        {
            "start": 858377670,
            "stop": 858377796
        },
        {
            "start": 858379360,
            "stop": 858380070
        },
        {
            "start": 858380130,
            "stop": 858380430
        },
        {
            "start": 858380490,
            "stop": 858380550
        },
        {
            "start": 858380610,
            "stop": 858380730
        },
        {
            "start": 858380790,
            "stop": 858381750
        },
        {
            "start": 858381810,
            "stop": 858390270
        },
        {
            "start": 858390330,
            "stop": 858390347
        },
        {
            "start": 858391097,
            "stop": 858422310
        },
        {
            "start": 858422370,
            "stop": 858426270
        },
        {
            "start": 858426330,
            "stop": 858427350
        },
        {
            "start": 858427470,
            "stop": 858428996
        },
        {
            "start": 858429026,
            "stop": 858430950
        },
        {
            "start": 858431010,
            "stop": 858436590
        }
    ]
}