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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=15",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 16,
    "results": [
        {
            "start": 818681335,
            "stop": 818687206
        },
        {
            "start": 818689526,
            "stop": 818695234
        },
        {
            "start": 818695661,
            "stop": 818712060
        },
        {
            "start": 818712375,
            "stop": 818715348
        },
        {
            "start": 818716549,
            "stop": 818718060
        },
        {
            "start": 818718840,
            "stop": 818719633
        },
        {
            "start": 818720844,
            "stop": 818723648
        },
        {
            "start": 818725527,
            "stop": 818728439
        },
        {
            "start": 818730103,
            "stop": 818734881
        },
        {
            "start": 818736605,
            "stop": 818768759
        },
        {
            "start": 818770503,
            "stop": 818790363
        },
        {
            "start": 818791706,
            "stop": 818793817
        },
        {
            "start": 818795618,
            "stop": 818800616
        },
        {
            "start": 818801834,
            "stop": 818805537
        },
        {
            "start": 818809957,
            "stop": 818812419
        },
        {
            "start": 818814826,
            "stop": 818814998
        },
        {
            "start": 818816477,
            "stop": 818817035
        },
        {
            "start": 818817518,
            "stop": 818831851
        },
        {
            "start": 818832578,
            "stop": 818860256
        },
        {
            "start": 818862107,
            "stop": 818878585
        }
    ]
}