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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=126",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 127,
    "results": [
        {
            "start": 1260164963,
            "stop": 1260165392
        },
        {
            "start": 1260165397,
            "stop": 1260165783
        },
        {
            "start": 1260165788,
            "stop": 1260165991
        },
        {
            "start": 1260165996,
            "stop": 1260166840
        },
        {
            "start": 1260166848,
            "stop": 1260169206
        },
        {
            "start": 1260169211,
            "stop": 1260169441
        },
        {
            "start": 1260169446,
            "stop": 1260169931
        },
        {
            "start": 1260169936,
            "stop": 1260171338
        },
        {
            "start": 1260171343,
            "stop": 1260171591
        },
        {
            "start": 1260171596,
            "stop": 1260171829
        },
        {
            "start": 1260171834,
            "stop": 1260171882
        },
        {
            "start": 1260171887,
            "stop": 1260171996
        },
        {
            "start": 1260172001,
            "stop": 1260172200
        },
        {
            "start": 1260172205,
            "stop": 1260172636
        },
        {
            "start": 1260172641,
            "stop": 1260173836
        },
        {
            "start": 1260173841,
            "stop": 1260173897
        },
        {
            "start": 1260173907,
            "stop": 1260174139
        },
        {
            "start": 1260174141,
            "stop": 1260174174
        },
        {
            "start": 1260174179,
            "stop": 1260174254
        },
        {
            "start": 1260174259,
            "stop": 1260174262
        }
    ]
}