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=5111
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=5112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5110",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5111,
    "results": [
        {
            "start": 874701407,
            "stop": 874701431
        },
        {
            "start": 874701469,
            "stop": 874701501
        },
        {
            "start": 874701559,
            "stop": 874701566
        },
        {
            "start": 874701586,
            "stop": 874701588
        },
        {
            "start": 874701608,
            "stop": 874701618
        },
        {
            "start": 874701651,
            "stop": 874701656
        },
        {
            "start": 874701717,
            "stop": 874701750
        },
        {
            "start": 874701770,
            "stop": 874701779
        },
        {
            "start": 874701798,
            "stop": 874701808
        },
        {
            "start": 874701830,
            "stop": 874701831
        },
        {
            "start": 874701885,
            "stop": 874701896
        },
        {
            "start": 874701924,
            "stop": 874701927
        },
        {
            "start": 874701946,
            "stop": 874701964
        },
        {
            "start": 874701984,
            "stop": 874701987
        },
        {
            "start": 874702023,
            "stop": 874702037
        },
        {
            "start": 874702067,
            "stop": 874702071
        },
        {
            "start": 874702105,
            "stop": 874702125
        },
        {
            "start": 874702144,
            "stop": 874702158
        },
        {
            "start": 874702178,
            "stop": 874702182
        },
        {
            "start": 874702221,
            "stop": 874702245
        }
    ]
}