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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5867",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5868,
    "results": [
        {
            "start": 874786275,
            "stop": 874786284
        },
        {
            "start": 874786288,
            "stop": 874786307
        },
        {
            "start": 874786310,
            "stop": 874786380
        },
        {
            "start": 874786383,
            "stop": 874786403
        },
        {
            "start": 874786406,
            "stop": 874786411
        },
        {
            "start": 874786414,
            "stop": 874786479
        },
        {
            "start": 874786482,
            "stop": 874786523
        },
        {
            "start": 874786527,
            "stop": 874786529
        },
        {
            "start": 874786532,
            "stop": 874786564
        },
        {
            "start": 874786567,
            "stop": 874786619
        },
        {
            "start": 874786622,
            "stop": 874786632
        },
        {
            "start": 874786635,
            "stop": 874786642
        },
        {
            "start": 874786645,
            "stop": 874786650
        },
        {
            "start": 874786653,
            "stop": 874786725
        },
        {
            "start": 874786728,
            "stop": 874786769
        },
        {
            "start": 874786772,
            "stop": 874786910
        },
        {
            "start": 874786913,
            "stop": 874787049
        },
        {
            "start": 874787052,
            "stop": 874787194
        },
        {
            "start": 874787197,
            "stop": 874787201
        },
        {
            "start": 874787207,
            "stop": 874787429
        }
    ]
}