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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=67",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 68,
    "results": [
        {
            "start": 818106755,
            "stop": 818107708
        },
        {
            "start": 818107725,
            "stop": 818108222
        },
        {
            "start": 818108239,
            "stop": 818110860
        },
        {
            "start": 818110920,
            "stop": 818112218
        },
        {
            "start": 818112235,
            "stop": 818112374
        },
        {
            "start": 818112391,
            "stop": 818112397
        },
        {
            "start": 818112414,
            "stop": 818112423
        },
        {
            "start": 818112440,
            "stop": 818112455
        },
        {
            "start": 818112472,
            "stop": 818112722
        },
        {
            "start": 818120524,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818129117
        },
        {
            "start": 818129141,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818144393
        },
        {
            "start": 818144410,
            "stop": 818144975
        },
        {
            "start": 818146101,
            "stop": 818148207
        },
        {
            "start": 818148224,
            "stop": 818148677
        },
        {
            "start": 818148694,
            "stop": 818152449
        },
        {
            "start": 818152466,
            "stop": 818152477
        },
        {
            "start": 818152494,
            "stop": 818152552
        },
        {
            "start": 818152569,
            "stop": 818152622
        }
    ]
}