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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=166",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 167,
    "results": [
        {
            "start": 841692160,
            "stop": 841767452
        },
        {
            "start": 841768433,
            "stop": 841768571
        },
        {
            "start": 841769166,
            "stop": 841769434
        },
        {
            "start": 841769436,
            "stop": 841777371
        },
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792065
        },
        {
            "start": 841793896,
            "stop": 841811452
        },
        {
            "start": 841812417,
            "stop": 841827835
        },
        {
            "start": 841829945,
            "stop": 841863885
        },
        {
            "start": 841864690,
            "stop": 841915470
        },
        {
            "start": 841915473,
            "stop": 841922175
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842036652
        },
        {
            "start": 842039464,
            "stop": 842046971
        },
        {
            "start": 842049326,
            "stop": 842103436
        },
        {
            "start": 842105153,
            "stop": 842108386
        },
        {
            "start": 842138863,
            "stop": 842189715
        },
        {
            "start": 842190487,
            "stop": 842200139
        },
        {
            "start": 842200878,
            "stop": 842202002
        },
        {
            "start": 842203436,
            "stop": 842205058
        }
    ]
}