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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 103,
    "results": [
        {
            "start": 931509818,
            "stop": 931509821
        },
        {
            "start": 931509824,
            "stop": 931509826
        },
        {
            "start": 931509830,
            "stop": 931509833
        },
        {
            "start": 931509836,
            "stop": 931509850
        },
        {
            "start": 931509853,
            "stop": 931509859
        },
        {
            "start": 931509862,
            "stop": 931509868
        },
        {
            "start": 931509871,
            "stop": 931509878
        },
        {
            "start": 931509881,
            "stop": 931509916
        },
        {
            "start": 931509919,
            "stop": 931509925
        },
        {
            "start": 931509928,
            "stop": 931509939
        },
        {
            "start": 931509942,
            "stop": 931509952
        },
        {
            "start": 931509955,
            "stop": 931509973
        },
        {
            "start": 931509976,
            "stop": 931510024
        },
        {
            "start": 931510027,
            "stop": 931510052
        },
        {
            "start": 931510055,
            "stop": 931510060
        },
        {
            "start": 931510064,
            "stop": 931510076
        },
        {
            "start": 931510082,
            "stop": 931510094
        },
        {
            "start": 931510097,
            "stop": 931510113
        },
        {
            "start": 931510116,
            "stop": 931510120
        },
        {
            "start": 931510123,
            "stop": 931510126
        }
    ]
}