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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1887",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1885",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1886,
    "results": [
        {
            "start": 969939140,
            "stop": 969939168
        },
        {
            "start": 969940229,
            "stop": 969940763
        },
        {
            "start": 969942006,
            "stop": 969942955
        },
        {
            "start": 969943909,
            "stop": 969943922
        },
        {
            "start": 969943924,
            "stop": 969944040
        },
        {
            "start": 969944718,
            "stop": 969949061
        },
        {
            "start": 969950405,
            "stop": 969951134
        },
        {
            "start": 969951135,
            "stop": 969952000
        },
        {
            "start": 969952864,
            "stop": 969953765
        },
        {
            "start": 969954543,
            "stop": 969958458
        },
        {
            "start": 969959187,
            "stop": 969959255
        },
        {
            "start": 969960008,
            "stop": 969960458
        },
        {
            "start": 969962334,
            "stop": 969962371
        },
        {
            "start": 969963994,
            "stop": 969964295
        },
        {
            "start": 969965152,
            "stop": 969974308
        },
        {
            "start": 969974571,
            "stop": 969979504
        },
        {
            "start": 969985191,
            "stop": 970003595
        },
        {
            "start": 970003596,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970010047
        },
        {
            "start": 970013215,
            "stop": 970013659
        }
    ]
}