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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=11",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 12,
    "results": [
        {
            "start": 817217324,
            "stop": 817217325
        },
        {
            "start": 817217327,
            "stop": 817218033
        },
        {
            "start": 817223233,
            "stop": 817227303
        },
        {
            "start": 817227305,
            "stop": 817227307
        },
        {
            "start": 817227309,
            "stop": 817227323
        },
        {
            "start": 817227326,
            "stop": 817229110
        },
        {
            "start": 817229112,
            "stop": 817229113
        },
        {
            "start": 817229114,
            "stop": 817229237
        },
        {
            "start": 817229239,
            "stop": 817229308
        },
        {
            "start": 817230920,
            "stop": 817231697
        },
        {
            "start": 817232358,
            "stop": 817232403
        },
        {
            "start": 817232406,
            "stop": 817232531
        },
        {
            "start": 817232533,
            "stop": 817232699
        },
        {
            "start": 817232701,
            "stop": 817232720
        },
        {
            "start": 817232721,
            "stop": 817232724
        },
        {
            "start": 817232726,
            "stop": 817232740
        },
        {
            "start": 817241993,
            "stop": 817242140
        },
        {
            "start": 817242143,
            "stop": 817242172
        },
        {
            "start": 817243345,
            "stop": 817247535
        },
        {
            "start": 817247537,
            "stop": 817247562
        }
    ]
}