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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=124",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 125,
    "results": [
        {
            "start": 1239038748,
            "stop": 1239038751
        },
        {
            "start": 1239038753,
            "stop": 1239038755
        },
        {
            "start": 1239038756,
            "stop": 1239038763
        },
        {
            "start": 1239038789,
            "stop": 1239038797
        },
        {
            "start": 1239038798,
            "stop": 1239038805
        },
        {
            "start": 1239038809,
            "stop": 1239038824
        },
        {
            "start": 1239038826,
            "stop": 1239038829
        },
        {
            "start": 1239038833,
            "stop": 1239038845
        },
        {
            "start": 1239038847,
            "stop": 1239038849
        },
        {
            "start": 1239038853,
            "stop": 1239038868
        },
        {
            "start": 1239038876,
            "stop": 1239038886
        },
        {
            "start": 1239038888,
            "stop": 1239038891
        },
        {
            "start": 1239038893,
            "stop": 1239038990
        },
        {
            "start": 1239038992,
            "stop": 1239039001
        },
        {
            "start": 1239039003,
            "stop": 1239039017
        },
        {
            "start": 1239039018,
            "stop": 1239039026
        },
        {
            "start": 1239039028,
            "stop": 1239039029
        },
        {
            "start": 1239039034,
            "stop": 1239039091
        },
        {
            "start": 1239039094,
            "stop": 1239039148
        },
        {
            "start": 1239039150,
            "stop": 1239039151
        }
    ]
}