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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5118",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5119,
    "results": [
        {
            "start": 874682556,
            "stop": 874682622
        },
        {
            "start": 874682629,
            "stop": 874682652
        },
        {
            "start": 874682659,
            "stop": 874682695
        },
        {
            "start": 874682702,
            "stop": 874682807
        },
        {
            "start": 874682815,
            "stop": 874682837
        },
        {
            "start": 874682844,
            "stop": 874682879
        },
        {
            "start": 874682891,
            "stop": 874682912
        },
        {
            "start": 874682925,
            "stop": 874682929
        },
        {
            "start": 874682936,
            "stop": 874683034
        },
        {
            "start": 874683041,
            "stop": 874683061
        },
        {
            "start": 874683068,
            "stop": 874683194
        },
        {
            "start": 874683207,
            "stop": 874683273
        },
        {
            "start": 874683281,
            "stop": 874683419
        },
        {
            "start": 874683426,
            "stop": 874683447
        },
        {
            "start": 874683459,
            "stop": 874683497
        },
        {
            "start": 874683504,
            "stop": 874683508
        },
        {
            "start": 874683515,
            "stop": 874683597
        },
        {
            "start": 874683615,
            "stop": 874683657
        },
        {
            "start": 874683664,
            "stop": 874683702
        },
        {
            "start": 874683709,
            "stop": 874683712
        }
    ]
}