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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2101",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2102,
    "results": [
        {
            "start": 865056075,
            "stop": 865056516
        },
        {
            "start": 865056518,
            "stop": 865057151
        },
        {
            "start": 865057920,
            "stop": 865062754
        },
        {
            "start": 865062756,
            "stop": 865064040
        },
        {
            "start": 865064100,
            "stop": 865076580
        },
        {
            "start": 865076640,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079299
        },
        {
            "start": 865112470,
            "stop": 865112473
        },
        {
            "start": 865112474,
            "stop": 865112482
        },
        {
            "start": 865112487,
            "stop": 865112497
        },
        {
            "start": 865112500,
            "stop": 865112612
        },
        {
            "start": 865112614,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865114975
        },
        {
            "start": 865114983,
            "stop": 865115027
        },
        {
            "start": 865116577,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865122180
        },
        {
            "start": 865122240,
            "stop": 865129351
        },
        {
            "start": 865130017,
            "stop": 865130286
        },
        {
            "start": 865130472,
            "stop": 865130520
        },
        {
            "start": 865130580,
            "stop": 865131598
        }
    ]
}