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=2154
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=2155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2153",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2154,
    "results": [
        {
            "start": 869061943,
            "stop": 869064360
        },
        {
            "start": 869064420,
            "stop": 869064472
        },
        {
            "start": 869064478,
            "stop": 869065565
        },
        {
            "start": 869065570,
            "stop": 869067735
        },
        {
            "start": 869069964,
            "stop": 869070485
        },
        {
            "start": 869070490,
            "stop": 869073924
        },
        {
            "start": 869073926,
            "stop": 869085805
        },
        {
            "start": 869085810,
            "stop": 869088972
        },
        {
            "start": 869088978,
            "stop": 869088992
        },
        {
            "start": 869088998,
            "stop": 869089097
        },
        {
            "start": 869089105,
            "stop": 869089106
        },
        {
            "start": 869089109,
            "stop": 869098520
        },
        {
            "start": 869098525,
            "stop": 869114190
        },
        {
            "start": 869114195,
            "stop": 869114207
        },
        {
            "start": 869114215,
            "stop": 869151449
        },
        {
            "start": 869151451,
            "stop": 869154330
        },
        {
            "start": 869154390,
            "stop": 869156211
        },
        {
            "start": 869156213,
            "stop": 869164290
        },
        {
            "start": 869164620,
            "stop": 869166540
        },
        {
            "start": 869166603,
            "stop": 869166607
        }
    ]
}