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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5306",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5307,
    "results": [
        {
            "start": 875205960,
            "stop": 875206173
        },
        {
            "start": 875206180,
            "stop": 875207808
        },
        {
            "start": 875207815,
            "stop": 875209460
        },
        {
            "start": 875209467,
            "stop": 875209787
        },
        {
            "start": 875209794,
            "stop": 875209800
        },
        {
            "start": 875209860,
            "stop": 875210157
        },
        {
            "start": 875210165,
            "stop": 875210244
        },
        {
            "start": 875210252,
            "stop": 875210449
        },
        {
            "start": 875210485,
            "stop": 875214900
        },
        {
            "start": 875214960,
            "stop": 875216756
        },
        {
            "start": 875216763,
            "stop": 875219404
        },
        {
            "start": 875219411,
            "stop": 875220115
        },
        {
            "start": 875220151,
            "stop": 875220511
        },
        {
            "start": 875220518,
            "stop": 875220744
        },
        {
            "start": 875220780,
            "stop": 875220917
        },
        {
            "start": 875220924,
            "stop": 875221732
        },
        {
            "start": 875221739,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875222328
        },
        {
            "start": 875222336,
            "stop": 875223023
        },
        {
            "start": 875223059,
            "stop": 875223147
        }
    ]
}