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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=45",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 46,
    "results": [
        {
            "start": 817188509,
            "stop": 817188753
        },
        {
            "start": 817188760,
            "stop": 817188868
        },
        {
            "start": 817188875,
            "stop": 817188899
        },
        {
            "start": 817188906,
            "stop": 817188980
        },
        {
            "start": 817188987,
            "stop": 817189079
        },
        {
            "start": 817189087,
            "stop": 817191047
        },
        {
            "start": 817191054,
            "stop": 817191117
        },
        {
            "start": 817191125,
            "stop": 817191257
        },
        {
            "start": 817191267,
            "stop": 817191366
        },
        {
            "start": 817191376,
            "stop": 817191443
        },
        {
            "start": 817191450,
            "stop": 817191647
        },
        {
            "start": 817191654,
            "stop": 817191684
        },
        {
            "start": 817191692,
            "stop": 817191784
        },
        {
            "start": 817191792,
            "stop": 817191802
        },
        {
            "start": 817191809,
            "stop": 817191823
        },
        {
            "start": 817191837,
            "stop": 817191840
        },
        {
            "start": 817191847,
            "stop": 817191964
        },
        {
            "start": 817191972,
            "stop": 817192018
        },
        {
            "start": 817192025,
            "stop": 817192085
        },
        {
            "start": 817192092,
            "stop": 817192173
        }
    ]
}