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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=143",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 144,
    "results": [
        {
            "start": 931442214,
            "stop": 931442251
        },
        {
            "start": 931442253,
            "stop": 931442304
        },
        {
            "start": 931442306,
            "stop": 931442309
        },
        {
            "start": 931442310,
            "stop": 931442332
        },
        {
            "start": 931442334,
            "stop": 931442411
        },
        {
            "start": 931442413,
            "stop": 931442530
        },
        {
            "start": 931442532,
            "stop": 931442706
        },
        {
            "start": 931442707,
            "stop": 931442753
        },
        {
            "start": 931442755,
            "stop": 931442813
        },
        {
            "start": 931442815,
            "stop": 931442839
        },
        {
            "start": 931442841,
            "stop": 931442846
        },
        {
            "start": 931442848,
            "stop": 931442874
        },
        {
            "start": 931442877,
            "stop": 931442891
        },
        {
            "start": 931442893,
            "stop": 931442916
        },
        {
            "start": 931442918,
            "stop": 931442995
        },
        {
            "start": 931442996,
            "stop": 931443091
        },
        {
            "start": 931443093,
            "stop": 931443113
        },
        {
            "start": 931443115,
            "stop": 931443238
        },
        {
            "start": 931443240,
            "stop": 931443277
        },
        {
            "start": 931443279,
            "stop": 931443323
        }
    ]
}