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=5071
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=5072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5070",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5071,
    "results": [
        {
            "start": 874613858,
            "stop": 874613952
        },
        {
            "start": 874613959,
            "stop": 874613999
        },
        {
            "start": 874614012,
            "stop": 874614032
        },
        {
            "start": 874614039,
            "stop": 874614185
        },
        {
            "start": 874614192,
            "stop": 874614278
        },
        {
            "start": 874614291,
            "stop": 874614303
        },
        {
            "start": 874614318,
            "stop": 874614330
        },
        {
            "start": 874614353,
            "stop": 874614370
        },
        {
            "start": 874614377,
            "stop": 874614386
        },
        {
            "start": 874614393,
            "stop": 874614398
        },
        {
            "start": 874614406,
            "stop": 874614428
        },
        {
            "start": 874614452,
            "stop": 874614453
        },
        {
            "start": 874614461,
            "stop": 874614466
        },
        {
            "start": 874614474,
            "stop": 874614479
        },
        {
            "start": 874614490,
            "stop": 874614491
        },
        {
            "start": 874614503,
            "stop": 874614519
        },
        {
            "start": 874614526,
            "stop": 874614531
        },
        {
            "start": 874614559,
            "stop": 874614561
        },
        {
            "start": 874614568,
            "stop": 874614603
        },
        {
            "start": 874614610,
            "stop": 874614617
        }
    ]
}