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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46946",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46947,
    "results": [
        {
            "start": 875203832,
            "stop": 875203849
        },
        {
            "start": 875203850,
            "stop": 875203860
        },
        {
            "start": 875203861,
            "stop": 875203892
        },
        {
            "start": 875203893,
            "stop": 875203913
        },
        {
            "start": 875203914,
            "stop": 875203934
        },
        {
            "start": 875203935,
            "stop": 875203938
        },
        {
            "start": 875203939,
            "stop": 875203953
        },
        {
            "start": 875203954,
            "stop": 875203980
        },
        {
            "start": 875203983,
            "stop": 875203989
        },
        {
            "start": 875203990,
            "stop": 875204001
        },
        {
            "start": 875204002,
            "stop": 875204007
        },
        {
            "start": 875204009,
            "stop": 875204019
        },
        {
            "start": 875204020,
            "stop": 875204030
        },
        {
            "start": 875204033,
            "stop": 875204035
        },
        {
            "start": 875204039,
            "stop": 875204040
        },
        {
            "start": 875204042,
            "stop": 875204043
        },
        {
            "start": 875204045,
            "stop": 875204048
        },
        {
            "start": 875204049,
            "stop": 875204052
        },
        {
            "start": 875204053,
            "stop": 875204062
        },
        {
            "start": 875204063,
            "stop": 875204074
        }
    ]
}