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=5888
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=5889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5887",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5888,
    "results": [
        {
            "start": 875014609,
            "stop": 875015074
        },
        {
            "start": 875015077,
            "stop": 875015535
        },
        {
            "start": 875015538,
            "stop": 875016112
        },
        {
            "start": 875016115,
            "stop": 875017035
        },
        {
            "start": 875017038,
            "stop": 875017989
        },
        {
            "start": 875017992,
            "stop": 875018146
        },
        {
            "start": 875018149,
            "stop": 875018153
        },
        {
            "start": 875018156,
            "stop": 875018256
        },
        {
            "start": 875018259,
            "stop": 875018710
        },
        {
            "start": 875018713,
            "stop": 875018967
        },
        {
            "start": 875018970,
            "stop": 875018994
        },
        {
            "start": 875018997,
            "stop": 875019139
        },
        {
            "start": 875019143,
            "stop": 875019153
        },
        {
            "start": 875019156,
            "stop": 875019586
        },
        {
            "start": 875019589,
            "stop": 875019612
        },
        {
            "start": 875019617,
            "stop": 875019646
        },
        {
            "start": 875019649,
            "stop": 875019957
        },
        {
            "start": 875019962,
            "stop": 875020015
        },
        {
            "start": 875020018,
            "stop": 875020029
        },
        {
            "start": 875020032,
            "stop": 875020036
        }
    ]
}