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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5970",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5971,
    "results": [
        {
            "start": 873281294,
            "stop": 873281354
        },
        {
            "start": 873281356,
            "stop": 873282007
        },
        {
            "start": 873282010,
            "stop": 873282668
        },
        {
            "start": 873282671,
            "stop": 873283121
        },
        {
            "start": 873283123,
            "stop": 873283320
        },
        {
            "start": 873283440,
            "stop": 873283773
        },
        {
            "start": 873283776,
            "stop": 873284058
        },
        {
            "start": 873284061,
            "stop": 873284312
        },
        {
            "start": 873284315,
            "stop": 873284527
        },
        {
            "start": 873284531,
            "stop": 873284572
        },
        {
            "start": 873284575,
            "stop": 873284686
        },
        {
            "start": 873284687,
            "stop": 873284707
        },
        {
            "start": 873284710,
            "stop": 873284974
        },
        {
            "start": 873284977,
            "stop": 873285137
        },
        {
            "start": 873285138,
            "stop": 873285315
        },
        {
            "start": 873285316,
            "stop": 873286725
        },
        {
            "start": 873286726,
            "stop": 873287028
        },
        {
            "start": 873287029,
            "stop": 873287411
        },
        {
            "start": 873287415,
            "stop": 873287558
        },
        {
            "start": 873287559,
            "stop": 873287600
        }
    ]
}