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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=238",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 239,
    "results": [
        {
            "start": 821677792,
            "stop": 821677799
        },
        {
            "start": 821677802,
            "stop": 821677805
        },
        {
            "start": 821677808,
            "stop": 821677818
        },
        {
            "start": 821677822,
            "stop": 821677849
        },
        {
            "start": 821677854,
            "stop": 821677875
        },
        {
            "start": 821677878,
            "stop": 821677890
        },
        {
            "start": 821677893,
            "stop": 821677907
        },
        {
            "start": 821677910,
            "stop": 821677929
        },
        {
            "start": 821677932,
            "stop": 821677933
        },
        {
            "start": 821677941,
            "stop": 821677966
        },
        {
            "start": 821677970,
            "stop": 821677975
        },
        {
            "start": 821677981,
            "stop": 821677990
        },
        {
            "start": 821677994,
            "stop": 821678004
        },
        {
            "start": 821678007,
            "stop": 821678008
        },
        {
            "start": 821678011,
            "stop": 821678021
        },
        {
            "start": 821678024,
            "stop": 821678028
        },
        {
            "start": 821678031,
            "stop": 821678033
        },
        {
            "start": 821678036,
            "stop": 821678042
        },
        {
            "start": 821678049,
            "stop": 821678055
        },
        {
            "start": 821678058,
            "stop": 821678059
        }
    ]
}