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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=224",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 225,
    "results": [
        {
            "start": 821677774,
            "stop": 821677779
        },
        {
            "start": 821677782,
            "stop": 821677785
        },
        {
            "start": 821677788,
            "stop": 821677789
        },
        {
            "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": 821677942,
            "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
        }
    ]
}