Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=21",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 22,
    "results": [
        {
            "start": 815374784,
            "stop": 815378713
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815388541
        },
        {
            "start": 815388548,
            "stop": 815394313
        },
        {
            "start": 815395535,
            "stop": 815397624
        },
        {
            "start": 815397631,
            "stop": 815399071
        },
        {
            "start": 815399098,
            "stop": 815403142
        },
        {
            "start": 815403172,
            "stop": 815404213
        },
        {
            "start": 815405223,
            "stop": 815407730
        },
        {
            "start": 815407734,
            "stop": 815409013
        },
        {
            "start": 815409614,
            "stop": 815410483
        },
        {
            "start": 815410664,
            "stop": 815411213
        },
        {
            "start": 815411241,
            "stop": 815413490
        },
        {
            "start": 815413519,
            "stop": 815413813
        },
        {
            "start": 815420229,
            "stop": 815420249
        },
        {
            "start": 815420278,
            "stop": 815420442
        },
        {
            "start": 815420471,
            "stop": 815420651
        },
        {
            "start": 815421978,
            "stop": 815422018
        },
        {
            "start": 815422048,
            "stop": 815422230
        },
        {
            "start": 815422259,
            "stop": 815422272
        }
    ]
}