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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=828",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 829,
    "results": [
        {
            "start": 860506649,
            "stop": 860506829
        },
        {
            "start": 860509738,
            "stop": 860509858
        },
        {
            "start": 860510000,
            "stop": 860510960
        },
        {
            "start": 860514442,
            "stop": 860516002
        },
        {
            "start": 860516170,
            "stop": 860517310
        },
        {
            "start": 860517478,
            "stop": 860517568
        },
        {
            "start": 860517754,
            "stop": 860517874
        },
        {
            "start": 860518251,
            "stop": 860518551
        },
        {
            "start": 860518776,
            "stop": 860518896
        },
        {
            "start": 860519040,
            "stop": 860519400
        },
        {
            "start": 860519808,
            "stop": 860519868
        },
        {
            "start": 860520208,
            "stop": 860520658
        },
        {
            "start": 860520880,
            "stop": 860521060
        },
        {
            "start": 860521766,
            "stop": 860522006
        },
        {
            "start": 860522206,
            "stop": 860522356
        },
        {
            "start": 860522528,
            "stop": 860522618
        },
        {
            "start": 860523393,
            "stop": 860523453
        },
        {
            "start": 860523610,
            "stop": 860524030
        },
        {
            "start": 860524177,
            "stop": 860524417
        },
        {
            "start": 860524703,
            "stop": 860525063
        }
    ]
}