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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2121",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2122,
    "results": [
        {
            "start": 866324787,
            "stop": 866325505
        },
        {
            "start": 866325515,
            "stop": 866325518
        },
        {
            "start": 866325596,
            "stop": 866325696
        },
        {
            "start": 866326015,
            "stop": 866327272
        },
        {
            "start": 866327283,
            "stop": 866327295
        },
        {
            "start": 866327305,
            "stop": 866327306
        },
        {
            "start": 866327307,
            "stop": 866328703
        },
        {
            "start": 866328708,
            "stop": 866328710
        },
        {
            "start": 866328715,
            "stop": 866328717
        },
        {
            "start": 866328720,
            "stop": 866328724
        },
        {
            "start": 866328729,
            "stop": 866330422
        },
        {
            "start": 866330428,
            "stop": 866330442
        },
        {
            "start": 866330448,
            "stop": 866333482
        },
        {
            "start": 866333902,
            "stop": 866335117
        },
        {
            "start": 866335123,
            "stop": 866353506
        },
        {
            "start": 866355458,
            "stop": 866355781
        },
        {
            "start": 866356081,
            "stop": 866356162
        },
        {
            "start": 866356168,
            "stop": 866356180
        },
        {
            "start": 866356188,
            "stop": 866356195
        },
        {
            "start": 866356200,
            "stop": 866356217
        }
    ]
}