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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=223",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 224,
    "results": [
        {
            "start": 860110767,
            "stop": 860149671
        },
        {
            "start": 860151094,
            "stop": 860160331
        },
        {
            "start": 860161958,
            "stop": 860162593
        },
        {
            "start": 860166061,
            "stop": 860166832
        },
        {
            "start": 860167892,
            "stop": 860168663
        },
        {
            "start": 860206213,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860279959
        },
        {
            "start": 860280674,
            "stop": 860284305
        },
        {
            "start": 860284982,
            "stop": 860292916
        },
        {
            "start": 860293607,
            "stop": 860341102
        },
        {
            "start": 860342538,
            "stop": 860342602
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357858
        },
        {
            "start": 860358495,
            "stop": 860364216
        },
        {
            "start": 860364969,
            "stop": 860365766
        },
        {
            "start": 860366905,
            "stop": 860370809
        },
        {
            "start": 860372545,
            "stop": 860401168
        },
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440171
        }
    ]
}