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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5177",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5178,
    "results": [
        {
            "start": 875106680,
            "stop": 875108138
        },
        {
            "start": 875108155,
            "stop": 875109175
        },
        {
            "start": 875109192,
            "stop": 875109214
        },
        {
            "start": 875109875,
            "stop": 875110440
        },
        {
            "start": 875110560,
            "stop": 875112439
        },
        {
            "start": 875112458,
            "stop": 875113974
        },
        {
            "start": 875113993,
            "stop": 875114063
        },
        {
            "start": 875114082,
            "stop": 875114339
        },
        {
            "start": 875114358,
            "stop": 875114887
        },
        {
            "start": 875114907,
            "stop": 875115036
        },
        {
            "start": 875115055,
            "stop": 875115226
        },
        {
            "start": 875115245,
            "stop": 875116072
        },
        {
            "start": 875116116,
            "stop": 875116231
        },
        {
            "start": 875116264,
            "stop": 875116337
        },
        {
            "start": 875116356,
            "stop": 875116574
        },
        {
            "start": 875116593,
            "stop": 875116732
        },
        {
            "start": 875116752,
            "stop": 875116772
        },
        {
            "start": 875116791,
            "stop": 875117335
        },
        {
            "start": 875117354,
            "stop": 875117516
        },
        {
            "start": 875117536,
            "stop": 875117997
        }
    ]
}