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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=601",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 602,
    "results": [
        {
            "start": 843766576,
            "stop": 843791648
        },
        {
            "start": 843791656,
            "stop": 843795789
        },
        {
            "start": 843797149,
            "stop": 843801530
        },
        {
            "start": 843802176,
            "stop": 843802761
        },
        {
            "start": 843804200,
            "stop": 843804656
        },
        {
            "start": 843804661,
            "stop": 843827717
        },
        {
            "start": 843827722,
            "stop": 843833308
        },
        {
            "start": 843833937,
            "stop": 843836185
        },
        {
            "start": 843837393,
            "stop": 843837445
        },
        {
            "start": 843848221,
            "stop": 843848435
        },
        {
            "start": 843848442,
            "stop": 843854606
        },
        {
            "start": 843854611,
            "stop": 843854624
        },
        {
            "start": 843854629,
            "stop": 843854630
        },
        {
            "start": 843854635,
            "stop": 843854676
        },
        {
            "start": 843854681,
            "stop": 843855508
        },
        {
            "start": 843855515,
            "stop": 843855556
        },
        {
            "start": 843855561,
            "stop": 843855580
        },
        {
            "start": 843855587,
            "stop": 843855618
        },
        {
            "start": 843864162,
            "stop": 843864942
        },
        {
            "start": 843864947,
            "stop": 843871084
        }
    ]
}