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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=44",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 45,
    "results": [
        {
            "start": 822665992,
            "stop": 822666011
        },
        {
            "start": 822666044,
            "stop": 822666106
        },
        {
            "start": 822666136,
            "stop": 822666180
        },
        {
            "start": 822666212,
            "stop": 822666307
        },
        {
            "start": 822666417,
            "stop": 822666472
        },
        {
            "start": 822666511,
            "stop": 822666642
        },
        {
            "start": 822666680,
            "stop": 822666918
        },
        {
            "start": 822667000,
            "stop": 822667499
        },
        {
            "start": 822667535,
            "stop": 822667598
        },
        {
            "start": 822667741,
            "stop": 822667773
        },
        {
            "start": 822699919,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723117
        },
        {
            "start": 822723284,
            "stop": 822723523
        },
        {
            "start": 822723668,
            "stop": 822731233
        },
        {
            "start": 822731282,
            "stop": 822731290
        },
        {
            "start": 822731340,
            "stop": 822735435
        },
        {
            "start": 822736371,
            "stop": 822737941
        },
        {
            "start": 822740790,
            "stop": 822743149
        },
        {
            "start": 822743204,
            "stop": 822745358
        }
    ]
}