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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=34",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 35,
    "results": [
        {
            "start": 815840690,
            "stop": 815841910
        },
        {
            "start": 815841914,
            "stop": 815842050
        },
        {
            "start": 815842110,
            "stop": 815843292
        },
        {
            "start": 815843295,
            "stop": 815843333
        },
        {
            "start": 815843350,
            "stop": 815844163
        },
        {
            "start": 815844166,
            "stop": 815844858
        },
        {
            "start": 815844862,
            "stop": 815845085
        },
        {
            "start": 815845088,
            "stop": 815845556
        },
        {
            "start": 815845560,
            "stop": 815845582
        },
        {
            "start": 815845586,
            "stop": 815845711
        },
        {
            "start": 815845714,
            "stop": 815845770
        },
        {
            "start": 815845830,
            "stop": 815846819
        },
        {
            "start": 815846821,
            "stop": 815847998
        },
        {
            "start": 815848001,
            "stop": 815848808
        },
        {
            "start": 815848811,
            "stop": 815848873
        },
        {
            "start": 815848890,
            "stop": 815849264
        },
        {
            "start": 815849267,
            "stop": 815849293
        },
        {
            "start": 815849294,
            "stop": 815850876
        },
        {
            "start": 815850880,
            "stop": 815851589
        },
        {
            "start": 815851592,
            "stop": 815852124
        }
    ]
}