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=4906
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=4907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4905",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4906,
    "results": [
        {
            "start": 875132506,
            "stop": 875132705
        },
        {
            "start": 875132730,
            "stop": 875132796
        },
        {
            "start": 875132815,
            "stop": 875132817
        },
        {
            "start": 875132844,
            "stop": 875132869
        },
        {
            "start": 875132888,
            "stop": 875132915
        },
        {
            "start": 875132934,
            "stop": 875132938
        },
        {
            "start": 875132958,
            "stop": 875133012
        },
        {
            "start": 875133031,
            "stop": 875133038
        },
        {
            "start": 875133057,
            "stop": 875133194
        },
        {
            "start": 875133213,
            "stop": 875133242
        },
        {
            "start": 875133266,
            "stop": 875133360
        },
        {
            "start": 875133385,
            "stop": 875133386
        },
        {
            "start": 875133422,
            "stop": 875133427
        },
        {
            "start": 875133446,
            "stop": 875133468
        },
        {
            "start": 875133487,
            "stop": 875133503
        },
        {
            "start": 875133522,
            "stop": 875133552
        },
        {
            "start": 875133577,
            "stop": 875133581
        },
        {
            "start": 875133600,
            "stop": 875133603
        },
        {
            "start": 875133639,
            "stop": 875133673
        },
        {
            "start": 875133692,
            "stop": 875133733
        }
    ]
}