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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4899",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4900,
    "results": [
        {
            "start": 875114082,
            "stop": 875114339
        },
        {
            "start": 875114358,
            "stop": 875114887
        },
        {
            "start": 875114907,
            "stop": 875115036
        },
        {
            "start": 875115055,
            "stop": 875115226
        },
        {
            "start": 875115245,
            "stop": 875115415
        },
        {
            "start": 875115535,
            "stop": 875115732
        },
        {
            "start": 875115852,
            "stop": 875116057
        },
        {
            "start": 875116211,
            "stop": 875116231
        },
        {
            "start": 875116264,
            "stop": 875116337
        },
        {
            "start": 875116356,
            "stop": 875116574
        },
        {
            "start": 875116593,
            "stop": 875116680
        },
        {
            "start": 875116752,
            "stop": 875116772
        },
        {
            "start": 875116791,
            "stop": 875117335
        },
        {
            "start": 875117354,
            "stop": 875117516
        },
        {
            "start": 875117536,
            "stop": 875117997
        },
        {
            "start": 875118017,
            "stop": 875118264
        },
        {
            "start": 875118283,
            "stop": 875118360
        },
        {
            "start": 875118540,
            "stop": 875118793
        },
        {
            "start": 875118812,
            "stop": 875118900
        },
        {
            "start": 875119020,
            "stop": 875119030
        }
    ]
}