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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=336",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 337,
    "results": [
        {
            "start": 872540333,
            "stop": 872545307
        },
        {
            "start": 872545453,
            "stop": 872564669
        },
        {
            "start": 872566452,
            "stop": 872587367
        },
        {
            "start": 872587370,
            "stop": 872626233
        },
        {
            "start": 872627375,
            "stop": 872635075
        },
        {
            "start": 872636474,
            "stop": 872643562
        },
        {
            "start": 872644177,
            "stop": 872644270
        },
        {
            "start": 872644597,
            "stop": 872645098
        },
        {
            "start": 872645559,
            "stop": 872645694
        },
        {
            "start": 872649803,
            "stop": 872704671
        },
        {
            "start": 872704781,
            "stop": 872705740
        },
        {
            "start": 872706040,
            "stop": 872706064
        },
        {
            "start": 872706174,
            "stop": 872706329
        },
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872708345,
            "stop": 872708828
        },
        {
            "start": 872715147,
            "stop": 872720187
        },
        {
            "start": 872720189,
            "stop": 872731127
        },
        {
            "start": 872738775,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        }
    ]
}