Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=124",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 125,
    "results": [
        {
            "start": 827250962,
            "stop": 827251153
        },
        {
            "start": 827251167,
            "stop": 827251169
        },
        {
            "start": 827251386,
            "stop": 827260213
        },
        {
            "start": 827260240,
            "stop": 827260242
        },
        {
            "start": 827260346,
            "stop": 827264336
        },
        {
            "start": 827264340,
            "stop": 827267766
        },
        {
            "start": 827269402,
            "stop": 827269861
        },
        {
            "start": 827269865,
            "stop": 827291871
        },
        {
            "start": 827295526,
            "stop": 827352947
        },
        {
            "start": 827357728,
            "stop": 827409185
        },
        {
            "start": 827409945,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827513050
        },
        {
            "start": 827520565,
            "stop": 827555653
        },
        {
            "start": 827555662,
            "stop": 827555663
        },
        {
            "start": 827556093,
            "stop": 827588625
        },
        {
            "start": 827591185,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827617093
        },
        {
            "start": 827617126,
            "stop": 827617128
        },
        {
            "start": 827617235,
            "stop": 827618473
        }
    ]
}