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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2194",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2195,
    "results": [
        {
            "start": 872451780,
            "stop": 872451789
        },
        {
            "start": 872451792,
            "stop": 872451940
        },
        {
            "start": 872451943,
            "stop": 872451961
        },
        {
            "start": 872451964,
            "stop": 872458487
        },
        {
            "start": 872458495,
            "stop": 872458940
        },
        {
            "start": 872458945,
            "stop": 872458946
        },
        {
            "start": 872458951,
            "stop": 872458957
        },
        {
            "start": 872458960,
            "stop": 872458963
        },
        {
            "start": 872458968,
            "stop": 872458969
        },
        {
            "start": 872458972,
            "stop": 872458980
        },
        {
            "start": 872459040,
            "stop": 872461197
        },
        {
            "start": 872461307,
            "stop": 872461416
        },
        {
            "start": 872461837,
            "stop": 872462055
        },
        {
            "start": 872462057,
            "stop": 872468655
        },
        {
            "start": 872468660,
            "stop": 872468677
        },
        {
            "start": 872468683,
            "stop": 872515590
        },
        {
            "start": 872518631,
            "stop": 872519123
        },
        {
            "start": 872519127,
            "stop": 872519133
        },
        {
            "start": 872519136,
            "stop": 872519143
        },
        {
            "start": 872519147,
            "stop": 872519152
        }
    ]
}