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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=75",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 76,
    "results": [
        {
            "start": 818770503,
            "stop": 818770703
        },
        {
            "start": 818770721,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818780219
        },
        {
            "start": 818780247,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818790354
        },
        {
            "start": 818791706,
            "stop": 818793690
        },
        {
            "start": 818795618,
            "stop": 818800123
        },
        {
            "start": 818800126,
            "stop": 818800496
        },
        {
            "start": 818801834,
            "stop": 818803900
        },
        {
            "start": 818803917,
            "stop": 818804798
        },
        {
            "start": 818804801,
            "stop": 818805424
        },
        {
            "start": 818809957,
            "stop": 818811966
        },
        {
            "start": 818811969,
            "stop": 818812393
        },
        {
            "start": 818814826,
            "stop": 818814878
        },
        {
            "start": 818816477,
            "stop": 818816915
        },
        {
            "start": 818817518,
            "stop": 818822813
        },
        {
            "start": 818822816,
            "stop": 818825088
        },
        {
            "start": 818825091,
            "stop": 818827321
        },
        {
            "start": 818827324,
            "stop": 818830855
        },
        {
            "start": 818830858,
            "stop": 818831734
        }
    ]
}