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_CAT2/segments?format=api&page=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=52",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 53,
    "results": [
        {
            "start": 821261680,
            "stop": 821261943
        },
        {
            "start": 821261946,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821262627
        },
        {
            "start": 821262630,
            "stop": 821262640
        },
        {
            "start": 821262643,
            "stop": 821262700
        },
        {
            "start": 821262703,
            "stop": 821262859
        },
        {
            "start": 821262862,
            "stop": 821263265
        },
        {
            "start": 821263268,
            "stop": 821263489
        },
        {
            "start": 821263492,
            "stop": 821263676
        },
        {
            "start": 821263679,
            "stop": 821263754
        },
        {
            "start": 821263757,
            "stop": 821263999
        },
        {
            "start": 821264002,
            "stop": 821264127
        },
        {
            "start": 821264130,
            "stop": 821264693
        },
        {
            "start": 821264696,
            "stop": 821264774
        },
        {
            "start": 821264777,
            "stop": 821265296
        },
        {
            "start": 821265299,
            "stop": 821266259
        },
        {
            "start": 821266262,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266753
        },
        {
            "start": 821266756,
            "stop": 821267131
        },
        {
            "start": 821267134,
            "stop": 821267628
        }
    ]
}