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=761
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=762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=760",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 761,
    "results": [
        {
            "start": 856409267,
            "stop": 856409537
        },
        {
            "start": 856409709,
            "stop": 856409829
        },
        {
            "start": 856410038,
            "stop": 856410428
        },
        {
            "start": 856410458,
            "stop": 856410788
        },
        {
            "start": 856411710,
            "stop": 856412430
        },
        {
            "start": 856412639,
            "stop": 856413059
        },
        {
            "start": 856413089,
            "stop": 856413689
        },
        {
            "start": 856413871,
            "stop": 856414051
        },
        {
            "start": 856414224,
            "stop": 856414674
        },
        {
            "start": 856414944,
            "stop": 856416804
        },
        {
            "start": 856417594,
            "stop": 856418614
        },
        {
            "start": 856418822,
            "stop": 856420292
        },
        {
            "start": 856420322,
            "stop": 856423082
        },
        {
            "start": 856423232,
            "stop": 856423562
        },
        {
            "start": 856428945,
            "stop": 856429125
        },
        {
            "start": 856429277,
            "stop": 856429397
        },
        {
            "start": 856429643,
            "stop": 856429943
        },
        {
            "start": 856430033,
            "stop": 856430303
        },
        {
            "start": 856430486,
            "stop": 856430696
        },
        {
            "start": 856430969,
            "stop": 856431389
        }
    ]
}