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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=62",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 63,
    "results": [
        {
            "start": 821955353,
            "stop": 821966258
        },
        {
            "start": 821966356,
            "stop": 821967037
        },
        {
            "start": 821967131,
            "stop": 821983688
        },
        {
            "start": 821983690,
            "stop": 821983755
        },
        {
            "start": 821983757,
            "stop": 821983769
        },
        {
            "start": 821983774,
            "stop": 821983784
        },
        {
            "start": 821983787,
            "stop": 821983826
        },
        {
            "start": 821983828,
            "stop": 821983830
        },
        {
            "start": 821983831,
            "stop": 821983836
        },
        {
            "start": 821983840,
            "stop": 821983853
        },
        {
            "start": 821983854,
            "stop": 821983946
        },
        {
            "start": 821984437,
            "stop": 821984669
        },
        {
            "start": 821985614,
            "stop": 821985981
        },
        {
            "start": 821986879,
            "stop": 821997390
        },
        {
            "start": 821998567,
            "stop": 822000814
        },
        {
            "start": 822001079,
            "stop": 822001198
        },
        {
            "start": 822002574,
            "stop": 822004142
        },
        {
            "start": 822006253,
            "stop": 822006322
        },
        {
            "start": 822006326,
            "stop": 822006543
        },
        {
            "start": 822006553,
            "stop": 822012586
        }
    ]
}