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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=358",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 359,
    "results": [
        {
            "start": 858431658,
            "stop": 858432450
        },
        {
            "start": 858432453,
            "stop": 858432459
        },
        {
            "start": 858432463,
            "stop": 858436342
        },
        {
            "start": 858436351,
            "stop": 858436380
        },
        {
            "start": 858436480,
            "stop": 858436658
        },
        {
            "start": 858436661,
            "stop": 858437403
        },
        {
            "start": 858437407,
            "stop": 858437412
        },
        {
            "start": 858437416,
            "stop": 858437460
        },
        {
            "start": 858437468,
            "stop": 858437498
        },
        {
            "start": 858437507,
            "stop": 858437566
        },
        {
            "start": 858437570,
            "stop": 858437788
        },
        {
            "start": 858437792,
            "stop": 858437808
        },
        {
            "start": 858437816,
            "stop": 858437827
        },
        {
            "start": 858437830,
            "stop": 858437836
        },
        {
            "start": 858437840,
            "stop": 858437874
        },
        {
            "start": 858437883,
            "stop": 858437943
        },
        {
            "start": 858437951,
            "stop": 858437972
        },
        {
            "start": 858437985,
            "stop": 858437996
        },
        {
            "start": 858438000,
            "stop": 858438014
        },
        {
            "start": 858455027,
            "stop": 858455093
        }
    ]
}