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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=69",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 70,
    "results": [
        {
            "start": 824458123,
            "stop": 824461527
        },
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494649
        },
        {
            "start": 824496618,
            "stop": 824501170
        },
        {
            "start": 824503637,
            "stop": 824503820
        },
        {
            "start": 824504220,
            "stop": 824504291
        },
        {
            "start": 824504292,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824512130
        },
        {
            "start": 824512612,
            "stop": 824512715
        },
        {
            "start": 824515606,
            "stop": 824568843
        },
        {
            "start": 824591331,
            "stop": 824591507
        },
        {
            "start": 824591509,
            "stop": 824591733
        },
        {
            "start": 824592053,
            "stop": 824592058
        },
        {
            "start": 824592458,
            "stop": 824592606
        },
        {
            "start": 824593008,
            "stop": 824596208
        },
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618447
        }
    ]
}