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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=26",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 27,
    "results": [
        {
            "start": 817700611,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817707265
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736342
        },
        {
            "start": 817736344,
            "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": 817795282
        },
        {
            "start": 817795283,
            "stop": 817821220
        },
        {
            "start": 817822357,
            "stop": 817824113
        },
        {
            "start": 817824115,
            "stop": 817824441
        },
        {
            "start": 817827579,
            "stop": 817839344
        },
        {
            "start": 817839664,
            "stop": 817839892
        },
        {
            "start": 817840292,
            "stop": 817844246
        }
    ]
}