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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6176",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6177,
    "results": [
        {
            "start": 874442372,
            "stop": 874442640
        },
        {
            "start": 874442700,
            "stop": 874442712
        },
        {
            "start": 874442715,
            "stop": 874442810
        },
        {
            "start": 874442811,
            "stop": 874442820
        },
        {
            "start": 874442880,
            "stop": 874442965
        },
        {
            "start": 874442968,
            "stop": 874442973
        },
        {
            "start": 874442976,
            "stop": 874443044
        },
        {
            "start": 874443047,
            "stop": 874443220
        },
        {
            "start": 874443223,
            "stop": 874443247
        },
        {
            "start": 874443250,
            "stop": 874443255
        },
        {
            "start": 874443258,
            "stop": 874443305
        },
        {
            "start": 874443306,
            "stop": 874443314
        },
        {
            "start": 874450684,
            "stop": 874450687
        },
        {
            "start": 874450693,
            "stop": 874450698
        },
        {
            "start": 874450699,
            "stop": 874450701
        },
        {
            "start": 874450710,
            "stop": 874450712
        },
        {
            "start": 874450714,
            "stop": 874450715
        },
        {
            "start": 874450718,
            "stop": 874450719
        },
        {
            "start": 874450720,
            "stop": 874450723
        },
        {
            "start": 874450724,
            "stop": 874450725
        }
    ]
}