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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=72",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 73,
    "results": [
        {
            "start": 824121950,
            "stop": 824131072
        },
        {
            "start": 824131104,
            "stop": 824131424
        },
        {
            "start": 824131456,
            "stop": 824137066
        },
        {
            "start": 824204593,
            "stop": 824205536
        },
        {
            "start": 824205568,
            "stop": 824208896
        },
        {
            "start": 824208928,
            "stop": 824215333
        },
        {
            "start": 824215365,
            "stop": 824215368
        },
        {
            "start": 824216233,
            "stop": 824217419
        },
        {
            "start": 824221813,
            "stop": 824223208
        },
        {
            "start": 824223214,
            "stop": 824223221
        },
        {
            "start": 824223224,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824307513
        },
        {
            "start": 824307516,
            "stop": 824307569
        },
        {
            "start": 824307572,
            "stop": 824307591
        },
        {
            "start": 824307595,
            "stop": 824314333
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373793
        },
        {
            "start": 824373837,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374157
        }
    ]
}