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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=174",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 175,
    "results": [
        {
            "start": 825667247,
            "stop": 825667427
        },
        {
            "start": 825668286,
            "stop": 825668586
        },
        {
            "start": 825668823,
            "stop": 825669363
        },
        {
            "start": 825669700,
            "stop": 825669760
        },
        {
            "start": 825669945,
            "stop": 825670005
        },
        {
            "start": 825670348,
            "stop": 825670468
        },
        {
            "start": 825670610,
            "stop": 825670790
        },
        {
            "start": 825671045,
            "stop": 825671285
        },
        {
            "start": 825671419,
            "stop": 825671959
        },
        {
            "start": 825672106,
            "stop": 825672826
        },
        {
            "start": 825672976,
            "stop": 825673096
        },
        {
            "start": 825673352,
            "stop": 825673982
        },
        {
            "start": 825674907,
            "stop": 825675087
        },
        {
            "start": 825675305,
            "stop": 825675365
        },
        {
            "start": 825675739,
            "stop": 825675799
        },
        {
            "start": 825675966,
            "stop": 825676086
        },
        {
            "start": 825676256,
            "stop": 825676736
        },
        {
            "start": 825677053,
            "stop": 825677233
        },
        {
            "start": 825677414,
            "stop": 825677534
        },
        {
            "start": 825677687,
            "stop": 825677927
        }
    ]
}