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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=114",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 115,
    "results": [
        {
            "start": 817999874,
            "stop": 818009843
        },
        {
            "start": 818009851,
            "stop": 818012233
        },
        {
            "start": 818012237,
            "stop": 818012238
        },
        {
            "start": 818025019,
            "stop": 818027480
        },
        {
            "start": 818030253,
            "stop": 818034373
        },
        {
            "start": 818035138,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818047350
        },
        {
            "start": 818047351,
            "stop": 818059273
        },
        {
            "start": 818060900,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818066846
        },
        {
            "start": 818066853,
            "stop": 818068453
        },
        {
            "start": 818069674,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073843
        },
        {
            "start": 818073848,
            "stop": 818077200
        },
        {
            "start": 818077734,
            "stop": 818082554
        },
        {
            "start": 818082555,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818085276
        },
        {
            "start": 818085277,
            "stop": 818093532
        },
        {
            "start": 818093871,
            "stop": 818096076
        },
        {
            "start": 818096277,
            "stop": 818097118
        }
    ]
}