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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=57",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 58,
    "results": [
        {
            "start": 822382820,
            "stop": 822382856
        },
        {
            "start": 822382859,
            "stop": 822382913
        },
        {
            "start": 822382922,
            "stop": 822382928
        },
        {
            "start": 822382960,
            "stop": 822382976
        },
        {
            "start": 822382980,
            "stop": 822382991
        },
        {
            "start": 822383009,
            "stop": 822383020
        },
        {
            "start": 822383024,
            "stop": 822383148
        },
        {
            "start": 822383157,
            "stop": 822393025
        },
        {
            "start": 822393778,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393850
        },
        {
            "start": 822397076,
            "stop": 822401984
        },
        {
            "start": 822402216,
            "stop": 822411673
        },
        {
            "start": 822411714,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822412181
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412341,
            "stop": 822412342
        },
        {
            "start": 822412534,
            "stop": 822413404
        },
        {
            "start": 822413593,
            "stop": 822416167
        },
        {
            "start": 822416230,
            "stop": 822417133
        }
    ]
}