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_H2L1/segments?format=api&page=790
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_H2L1/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=789",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 790,
    "results": [
        {
            "start": 860964071,
            "stop": 860965271
        },
        {
            "start": 860965428,
            "stop": 860968368
        },
        {
            "start": 860969538,
            "stop": 860969598
        },
        {
            "start": 860969777,
            "stop": 860970077
        },
        {
            "start": 860970256,
            "stop": 860970406
        },
        {
            "start": 860971406,
            "stop": 860971466
        },
        {
            "start": 860971688,
            "stop": 860971748
        },
        {
            "start": 860972062,
            "stop": 860972662
        },
        {
            "start": 860972823,
            "stop": 860973183
        },
        {
            "start": 860973317,
            "stop": 860973377
        },
        {
            "start": 860973529,
            "stop": 860973709
        },
        {
            "start": 860973865,
            "stop": 860975125
        },
        {
            "start": 860975277,
            "stop": 860976477
        },
        {
            "start": 860976763,
            "stop": 860977543
        },
        {
            "start": 860977690,
            "stop": 860977990
        },
        {
            "start": 860978295,
            "stop": 860979675
        },
        {
            "start": 860979806,
            "stop": 860980226
        },
        {
            "start": 860980378,
            "stop": 860980978
        },
        {
            "start": 860981133,
            "stop": 860982813
        },
        {
            "start": 860982944,
            "stop": 860983574
        }
    ]
}