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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9812",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9813,
    "results": [
        {
            "start": 873618210,
            "stop": 873618214
        },
        {
            "start": 873618657,
            "stop": 873619186
        },
        {
            "start": 873619203,
            "stop": 873619308
        },
        {
            "start": 873619325,
            "stop": 873620121
        },
        {
            "start": 873620138,
            "stop": 873620526
        },
        {
            "start": 873620646,
            "stop": 873623495
        },
        {
            "start": 873623512,
            "stop": 873627644
        },
        {
            "start": 873627825,
            "stop": 873631504
        },
        {
            "start": 873650307,
            "stop": 873650416
        },
        {
            "start": 873650433,
            "stop": 873650451
        },
        {
            "start": 873650880,
            "stop": 873651120
        },
        {
            "start": 873651243,
            "stop": 873651389
        },
        {
            "start": 873651392,
            "stop": 873651420
        },
        {
            "start": 873651917,
            "stop": 873652155
        },
        {
            "start": 873653957,
            "stop": 873654331
        },
        {
            "start": 873654451,
            "stop": 873654544
        },
        {
            "start": 873654720,
            "stop": 873654860
        },
        {
            "start": 873654877,
            "stop": 873655020
        },
        {
            "start": 873655140,
            "stop": 873655200
        },
        {
            "start": 873655320,
            "stop": 873655380
        }
    ]
}