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_CBC_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_CBC_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "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": 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": 1238176972
        },
        {
            "start": 1238176974,
            "stop": 1238176979
        },
        {
            "start": 1238176983,
            "stop": 1238177063
        },
        {
            "start": 1238177065,
            "stop": 1238177104
        },
        {
            "start": 1238177105,
            "stop": 1238177125
        },
        {
            "start": 1238177126,
            "stop": 1238177142
        },
        {
            "start": 1238177146,
            "stop": 1238177149
        },
        {
            "start": 1238177153,
            "stop": 1238177249
        }
    ]
}