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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1,
    "results": [
        {
            "start": 1238166018,
            "stop": 1238166460
        },
        {
            "start": 1238166461,
            "stop": 1238166920
        },
        {
            "start": 1238166921,
            "stop": 1238166967
        },
        {
            "start": 1238166968,
            "stop": 1238167070
        },
        {
            "start": 1238167071,
            "stop": 1238167199
        },
        {
            "start": 1238167200,
            "stop": 1238167341
        },
        {
            "start": 1238167344,
            "stop": 1238168070
        },
        {
            "start": 1238168075,
            "stop": 1238168339
        },
        {
            "start": 1238168344,
            "stop": 1238170289
        },
        {
            "start": 1238175434,
            "stop": 1238175446
        },
        {
            "start": 1238175447,
            "stop": 1238175450
        },
        {
            "start": 1238175451,
            "stop": 1238175452
        },
        {
            "start": 1238175453,
            "stop": 1238175454
        },
        {
            "start": 1238175456,
            "stop": 1238175467
        },
        {
            "start": 1238175468,
            "stop": 1238175499
        },
        {
            "start": 1238175501,
            "stop": 1238176719
        },
        {
            "start": 1238176723,
            "stop": 1238176972
        },
        {
            "start": 1238176975,
            "stop": 1238176979
        },
        {
            "start": 1238176983,
            "stop": 1238177062
        },
        {
            "start": 1238177065,
            "stop": 1238177101
        }
    ]
}