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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=17",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 18,
    "results": [
        {
            "start": 816362908,
            "stop": 816362980
        },
        {
            "start": 816362983,
            "stop": 816363036
        },
        {
            "start": 816363039,
            "stop": 816363230
        },
        {
            "start": 816363233,
            "stop": 816363249
        },
        {
            "start": 816363255,
            "stop": 816363263
        },
        {
            "start": 816363268,
            "stop": 816363311
        },
        {
            "start": 816363315,
            "stop": 816363407
        },
        {
            "start": 816363410,
            "stop": 816363743
        },
        {
            "start": 816363746,
            "stop": 816363750
        },
        {
            "start": 816366108,
            "stop": 816366161
        },
        {
            "start": 816366164,
            "stop": 816366165
        },
        {
            "start": 816366168,
            "stop": 816366469
        },
        {
            "start": 816366472,
            "stop": 816366486
        },
        {
            "start": 816366489,
            "stop": 816366810
        },
        {
            "start": 816372930,
            "stop": 816373020
        },
        {
            "start": 816373080,
            "stop": 816373950
        },
        {
            "start": 816375750,
            "stop": 816375876
        },
        {
            "start": 816375880,
            "stop": 816375919
        },
        {
            "start": 816375924,
            "stop": 816375925
        },
        {
            "start": 816375931,
            "stop": 816376060
        }
    ]
}