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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=89",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 90,
    "results": [
        {
            "start": 959978367,
            "stop": 959978396
        },
        {
            "start": 959982894,
            "stop": 959983521
        },
        {
            "start": 959983532,
            "stop": 959991135
        },
        {
            "start": 960001269,
            "stop": 960006562
        },
        {
            "start": 960006714,
            "stop": 960019930
        },
        {
            "start": 960021865,
            "stop": 960036850
        },
        {
            "start": 960038140,
            "stop": 960044461
        },
        {
            "start": 960076645,
            "stop": 960082089
        },
        {
            "start": 960085933,
            "stop": 960087621
        },
        {
            "start": 960090584,
            "stop": 960091940
        },
        {
            "start": 960094767,
            "stop": 960097488
        },
        {
            "start": 960099816,
            "stop": 960103786
        },
        {
            "start": 960105396,
            "stop": 960128302
        },
        {
            "start": 960134566,
            "stop": 960135952
        },
        {
            "start": 960169058,
            "stop": 960171292
        },
        {
            "start": 960176577,
            "stop": 960176607
        },
        {
            "start": 960176733,
            "stop": 960180177
        },
        {
            "start": 960180768,
            "stop": 960183207
        },
        {
            "start": 960187219,
            "stop": 960195941
        },
        {
            "start": 960200243,
            "stop": 960201199
        }
    ]
}