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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=127",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 128,
    "results": [
        {
            "start": 821516098,
            "stop": 821516112
        },
        {
            "start": 821516118,
            "stop": 821516120
        },
        {
            "start": 821516123,
            "stop": 821516153
        },
        {
            "start": 821516157,
            "stop": 821516176
        },
        {
            "start": 821516179,
            "stop": 821516193
        },
        {
            "start": 821516196,
            "stop": 821516205
        },
        {
            "start": 821516208,
            "stop": 821516218
        },
        {
            "start": 821516221,
            "stop": 821516250
        },
        {
            "start": 821516253,
            "stop": 821516325
        },
        {
            "start": 821516328,
            "stop": 821516341
        },
        {
            "start": 821516344,
            "stop": 821516346
        },
        {
            "start": 821516352,
            "stop": 821516354
        },
        {
            "start": 821516357,
            "stop": 821516368
        },
        {
            "start": 821516371,
            "stop": 821516431
        },
        {
            "start": 821516434,
            "stop": 821516454
        },
        {
            "start": 821516457,
            "stop": 821516486
        },
        {
            "start": 821516489,
            "stop": 821516517
        },
        {
            "start": 821516520,
            "stop": 821516529
        },
        {
            "start": 821516532,
            "stop": 821516622
        },
        {
            "start": 821516625,
            "stop": 821516676
        }
    ]
}