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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=22",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 23,
    "results": [
        {
            "start": 817698771,
            "stop": 817700198
        },
        {
            "start": 817700611,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817707265
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817753031
        },
        {
            "start": 817753557,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817764480
        },
        {
            "start": 817765029,
            "stop": 817770728
        },
        {
            "start": 817771128,
            "stop": 817771820
        },
        {
            "start": 817772347,
            "stop": 817773142
        },
        {
            "start": 817773743,
            "stop": 817781813
        },
        {
            "start": 817784709,
            "stop": 817821220
        },
        {
            "start": 817822357,
            "stop": 817824441
        },
        {
            "start": 817827579,
            "stop": 817839344
        },
        {
            "start": 817839664,
            "stop": 817839892
        },
        {
            "start": 817840292,
            "stop": 817852022
        },
        {
            "start": 817855011,
            "stop": 817855167
        },
        {
            "start": 817855487,
            "stop": 817856396
        }
    ]
}