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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=525",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 526,
    "results": [
        {
            "start": 827157684,
            "stop": 827157689
        },
        {
            "start": 827157693,
            "stop": 827157946
        },
        {
            "start": 827157949,
            "stop": 827158174
        },
        {
            "start": 827158178,
            "stop": 827158284
        },
        {
            "start": 827158287,
            "stop": 827158613
        },
        {
            "start": 827158616,
            "stop": 827158740
        },
        {
            "start": 827158743,
            "stop": 827158837
        },
        {
            "start": 827158844,
            "stop": 827158957
        },
        {
            "start": 827158960,
            "stop": 827158993
        },
        {
            "start": 827158997,
            "stop": 827159871
        },
        {
            "start": 827159874,
            "stop": 827159911
        },
        {
            "start": 827159917,
            "stop": 827159938
        },
        {
            "start": 827159955,
            "stop": 827160114
        },
        {
            "start": 827160118,
            "stop": 827160453
        },
        {
            "start": 827160470,
            "stop": 827161395
        },
        {
            "start": 827164157,
            "stop": 827164653
        },
        {
            "start": 827164663,
            "stop": 827164865
        },
        {
            "start": 827164874,
            "stop": 827165230
        },
        {
            "start": 827165247,
            "stop": 827165340
        },
        {
            "start": 827165460,
            "stop": 827165498
        }
    ]
}