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=5891
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=5892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5890",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5891,
    "results": [
        {
            "start": 875022164,
            "stop": 875022176
        },
        {
            "start": 875022179,
            "stop": 875022182
        },
        {
            "start": 875022188,
            "stop": 875022261
        },
        {
            "start": 875022267,
            "stop": 875022278
        },
        {
            "start": 875022281,
            "stop": 875022504
        },
        {
            "start": 875022507,
            "stop": 875022532
        },
        {
            "start": 875030773,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875039713
        },
        {
            "start": 875039716,
            "stop": 875040009
        },
        {
            "start": 875040012,
            "stop": 875041600
        },
        {
            "start": 875042699,
            "stop": 875045797
        },
        {
            "start": 875045800,
            "stop": 875047504
        },
        {
            "start": 875047507,
            "stop": 875048092
        },
        {
            "start": 875048095,
            "stop": 875048426
        },
        {
            "start": 875048429,
            "stop": 875048498
        },
        {
            "start": 875048501,
            "stop": 875048612
        },
        {
            "start": 875048615,
            "stop": 875049184
        },
        {
            "start": 875049187,
            "stop": 875049452
        },
        {
            "start": 875049455,
            "stop": 875050697
        },
        {
            "start": 875050700,
            "stop": 875052065
        }
    ]
}