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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=814",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 815,
    "results": [
        {
            "start": 869472142,
            "stop": 869472144
        },
        {
            "start": 869472162,
            "stop": 869472171
        },
        {
            "start": 869472184,
            "stop": 869472195
        },
        {
            "start": 869472206,
            "stop": 869472213
        },
        {
            "start": 869472225,
            "stop": 869472231
        },
        {
            "start": 869474574,
            "stop": 869477970
        },
        {
            "start": 869478030,
            "stop": 869505229
        },
        {
            "start": 869508276,
            "stop": 869512696
        },
        {
            "start": 869512699,
            "stop": 869522667
        },
        {
            "start": 869522668,
            "stop": 869524294
        },
        {
            "start": 869526155,
            "stop": 869535583
        },
        {
            "start": 869537423,
            "stop": 869540709
        },
        {
            "start": 869542973,
            "stop": 869547445
        },
        {
            "start": 869547448,
            "stop": 869547530
        },
        {
            "start": 869547533,
            "stop": 869547574
        },
        {
            "start": 869547577,
            "stop": 869547610
        },
        {
            "start": 869547616,
            "stop": 869547674
        },
        {
            "start": 869547680,
            "stop": 869548743
        },
        {
            "start": 869548749,
            "stop": 869548797
        },
        {
            "start": 869548805,
            "stop": 869549352
        }
    ]
}