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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=22",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 23,
    "results": [
        {
            "start": 816362993,
            "stop": 816363005
        },
        {
            "start": 816363044,
            "stop": 816363079
        },
        {
            "start": 816363100,
            "stop": 816363116
        },
        {
            "start": 816363142,
            "stop": 816363216
        },
        {
            "start": 816363255,
            "stop": 816363263
        },
        {
            "start": 816363268,
            "stop": 816363311
        },
        {
            "start": 816363315,
            "stop": 816363407
        },
        {
            "start": 816363410,
            "stop": 816363411
        },
        {
            "start": 816363428,
            "stop": 816363522
        },
        {
            "start": 816363565,
            "stop": 816363587
        },
        {
            "start": 816363609,
            "stop": 816363742
        },
        {
            "start": 816366108,
            "stop": 816366144
        },
        {
            "start": 816366177,
            "stop": 816366236
        },
        {
            "start": 816366265,
            "stop": 816366469
        },
        {
            "start": 816366472,
            "stop": 816366486
        },
        {
            "start": 816366489,
            "stop": 816366532
        },
        {
            "start": 816366553,
            "stop": 816366722
        },
        {
            "start": 816366742,
            "stop": 816366795
        },
        {
            "start": 816372930,
            "stop": 816372979
        },
        {
            "start": 816373000,
            "stop": 816373020
        }
    ]
}