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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14903",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14901",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14902,
    "results": [
        {
            "start": 971451480,
            "stop": 971451491
        },
        {
            "start": 971451492,
            "stop": 971451508
        },
        {
            "start": 971451509,
            "stop": 971451511
        },
        {
            "start": 971451513,
            "stop": 971451536
        },
        {
            "start": 971451538,
            "stop": 971451539
        },
        {
            "start": 971451540,
            "stop": 971451554
        },
        {
            "start": 971451557,
            "stop": 971451566
        },
        {
            "start": 971451568,
            "stop": 971451569
        },
        {
            "start": 971451571,
            "stop": 971451574
        },
        {
            "start": 971451581,
            "stop": 971451582
        },
        {
            "start": 971451583,
            "stop": 971451587
        },
        {
            "start": 971451589,
            "stop": 971451592
        },
        {
            "start": 971451595,
            "stop": 971451597
        },
        {
            "start": 971451599,
            "stop": 971451603
        },
        {
            "start": 971451605,
            "stop": 971451606
        },
        {
            "start": 971451607,
            "stop": 971451611
        },
        {
            "start": 971451614,
            "stop": 971451620
        },
        {
            "start": 971451622,
            "stop": 971451630
        },
        {
            "start": 971451632,
            "stop": 971451633
        },
        {
            "start": 971451635,
            "stop": 971451646
        }
    ]
}