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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=81",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 82,
    "results": [
        {
            "start": 821331713,
            "stop": 821331884
        },
        {
            "start": 821331887,
            "stop": 821331963
        },
        {
            "start": 821331966,
            "stop": 821332038
        },
        {
            "start": 821332041,
            "stop": 821332070
        },
        {
            "start": 821332073,
            "stop": 821332108
        },
        {
            "start": 821332111,
            "stop": 821332274
        },
        {
            "start": 821332277,
            "stop": 821332287
        },
        {
            "start": 821332290,
            "stop": 821332342
        },
        {
            "start": 821332347,
            "stop": 821332455
        },
        {
            "start": 821332458,
            "stop": 821332459
        },
        {
            "start": 821332462,
            "stop": 821332476
        },
        {
            "start": 821332479,
            "stop": 821332603
        },
        {
            "start": 821332606,
            "stop": 821332749
        },
        {
            "start": 821332752,
            "stop": 821332763
        },
        {
            "start": 821332766,
            "stop": 821332775
        },
        {
            "start": 821332778,
            "stop": 821332795
        },
        {
            "start": 821332798,
            "stop": 821332903
        },
        {
            "start": 821332906,
            "stop": 821332962
        },
        {
            "start": 821332965,
            "stop": 821333113
        },
        {
            "start": 821333116,
            "stop": 821333146
        }
    ]
}