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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=133",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 134,
    "results": [
        {
            "start": 1131163733,
            "stop": 1131163749
        },
        {
            "start": 1131163750,
            "stop": 1131163757
        },
        {
            "start": 1131163758,
            "stop": 1131163764
        },
        {
            "start": 1131163765,
            "stop": 1131163809
        },
        {
            "start": 1131163810,
            "stop": 1131163821
        },
        {
            "start": 1131163822,
            "stop": 1131163845
        },
        {
            "start": 1131163847,
            "stop": 1131163869
        },
        {
            "start": 1131163870,
            "stop": 1131163871
        },
        {
            "start": 1131163872,
            "stop": 1131163873
        },
        {
            "start": 1131163874,
            "stop": 1131163875
        },
        {
            "start": 1131163876,
            "stop": 1131163884
        },
        {
            "start": 1131163885,
            "stop": 1131163930
        },
        {
            "start": 1131163931,
            "stop": 1131163954
        },
        {
            "start": 1131163955,
            "stop": 1131163966
        },
        {
            "start": 1131163967,
            "stop": 1131163982
        },
        {
            "start": 1131163983,
            "stop": 1131164019
        },
        {
            "start": 1131164020,
            "stop": 1131164021
        },
        {
            "start": 1131164022,
            "stop": 1131164037
        },
        {
            "start": 1131164038,
            "stop": 1131164061
        },
        {
            "start": 1131164062,
            "stop": 1131164075
        }
    ]
}