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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=52",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 53,
    "results": [
        {
            "start": 931386590,
            "stop": 931386618
        },
        {
            "start": 931386636,
            "stop": 931386642
        },
        {
            "start": 931386644,
            "stop": 931386702
        },
        {
            "start": 931386704,
            "stop": 931386716
        },
        {
            "start": 931386719,
            "stop": 931386731
        },
        {
            "start": 931386734,
            "stop": 931386747
        },
        {
            "start": 931386749,
            "stop": 931386762
        },
        {
            "start": 931386764,
            "stop": 931386777
        },
        {
            "start": 931386779,
            "stop": 931386791
        },
        {
            "start": 931386794,
            "stop": 931386830
        },
        {
            "start": 931386950,
            "stop": 931387109
        },
        {
            "start": 931387111,
            "stop": 931387466
        },
        {
            "start": 931387469,
            "stop": 931387978
        },
        {
            "start": 931387995,
            "stop": 931388271
        },
        {
            "start": 931388402,
            "stop": 931388415
        },
        {
            "start": 931388810,
            "stop": 931388817
        },
        {
            "start": 931388937,
            "stop": 931389014
        },
        {
            "start": 931389031,
            "stop": 931389063
        },
        {
            "start": 931389081,
            "stop": 931389303
        },
        {
            "start": 931389321,
            "stop": 931389754
        }
    ]
}