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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14401",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14402,
    "results": [
        {
            "start": 971440052,
            "stop": 971440057
        },
        {
            "start": 971440059,
            "stop": 971440068
        },
        {
            "start": 971440069,
            "stop": 971440070
        },
        {
            "start": 971440073,
            "stop": 971440077
        },
        {
            "start": 971440078,
            "stop": 971440083
        },
        {
            "start": 971440085,
            "stop": 971440127
        },
        {
            "start": 971440130,
            "stop": 971440254
        },
        {
            "start": 971440256,
            "stop": 971440270
        },
        {
            "start": 971440273,
            "stop": 971440283
        },
        {
            "start": 971440286,
            "stop": 971440419
        },
        {
            "start": 971440422,
            "stop": 971440424
        },
        {
            "start": 971440427,
            "stop": 971440524
        },
        {
            "start": 971440526,
            "stop": 971440531
        },
        {
            "start": 971440532,
            "stop": 971440534
        },
        {
            "start": 971440538,
            "stop": 971440539
        },
        {
            "start": 971440540,
            "stop": 971440543
        },
        {
            "start": 971440545,
            "stop": 971440549
        },
        {
            "start": 971440552,
            "stop": 971440554
        },
        {
            "start": 971440559,
            "stop": 971440560
        },
        {
            "start": 971440562,
            "stop": 971440574
        }
    ]
}