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=47011
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=47012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47010",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47011,
    "results": [
        {
            "start": 875225136,
            "stop": 875225138
        },
        {
            "start": 875225141,
            "stop": 875225146
        },
        {
            "start": 875225149,
            "stop": 875225159
        },
        {
            "start": 875225160,
            "stop": 875225161
        },
        {
            "start": 875225162,
            "stop": 875225169
        },
        {
            "start": 875225170,
            "stop": 875225174
        },
        {
            "start": 875225177,
            "stop": 875225180
        },
        {
            "start": 875225185,
            "stop": 875225190
        },
        {
            "start": 875225192,
            "stop": 875225196
        },
        {
            "start": 875225197,
            "stop": 875225198
        },
        {
            "start": 875225202,
            "stop": 875225227
        },
        {
            "start": 875225230,
            "stop": 875225232
        },
        {
            "start": 875225238,
            "stop": 875225254
        },
        {
            "start": 875225255,
            "stop": 875225268
        },
        {
            "start": 875225277,
            "stop": 875225289
        },
        {
            "start": 875225292,
            "stop": 875225301
        },
        {
            "start": 875225302,
            "stop": 875225312
        },
        {
            "start": 875225315,
            "stop": 875225329
        },
        {
            "start": 875225330,
            "stop": 875225336
        },
        {
            "start": 875225340,
            "stop": 875225341
        }
    ]
}