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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=33",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 34,
    "results": [
        {
            "start": 815844166,
            "stop": 815844858
        },
        {
            "start": 815844862,
            "stop": 815845085
        },
        {
            "start": 815845088,
            "stop": 815845556
        },
        {
            "start": 815845560,
            "stop": 815845582
        },
        {
            "start": 815845586,
            "stop": 815845711
        },
        {
            "start": 815845714,
            "stop": 815846819
        },
        {
            "start": 815846821,
            "stop": 815847998
        },
        {
            "start": 815848001,
            "stop": 815848808
        },
        {
            "start": 815848811,
            "stop": 815849264
        },
        {
            "start": 815849267,
            "stop": 815849293
        },
        {
            "start": 815849294,
            "stop": 815850876
        },
        {
            "start": 815850880,
            "stop": 815851589
        },
        {
            "start": 815851592,
            "stop": 815852124
        },
        {
            "start": 815852127,
            "stop": 815852302
        },
        {
            "start": 815852305,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815857116
        },
        {
            "start": 815857119,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815861010
        },
        {
            "start": 815861013,
            "stop": 815862823
        },
        {
            "start": 815862826,
            "stop": 815862958
        }
    ]
}