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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=676",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 677,
    "results": [
        {
            "start": 860241367,
            "stop": 860244538
        },
        {
            "start": 860244568,
            "stop": 860250025
        },
        {
            "start": 860250049,
            "stop": 860252021
        },
        {
            "start": 860252027,
            "stop": 860252425
        },
        {
            "start": 860277990,
            "stop": 860279959
        },
        {
            "start": 860280674,
            "stop": 860284325
        },
        {
            "start": 860284982,
            "stop": 860292938
        },
        {
            "start": 860293607,
            "stop": 860331248
        },
        {
            "start": 860331265,
            "stop": 860341102
        },
        {
            "start": 860342538,
            "stop": 860342602
        },
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357850
        },
        {
            "start": 860358495,
            "stop": 860364238
        },
        {
            "start": 860364969,
            "stop": 860365766
        },
        {
            "start": 860366905,
            "stop": 860367270
        },
        {
            "start": 860367330,
            "stop": 860370809
        },
        {
            "start": 860372545,
            "stop": 860401168
        },
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440191
        }
    ]
}