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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=55",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 56,
    "results": [
        {
            "start": 821796300,
            "stop": 821796327
        },
        {
            "start": 821796333,
            "stop": 821796474
        },
        {
            "start": 821798664,
            "stop": 821798730
        },
        {
            "start": 821800732,
            "stop": 821801910
        },
        {
            "start": 821801970,
            "stop": 821801993
        },
        {
            "start": 821804220,
            "stop": 821805090
        },
        {
            "start": 821820062,
            "stop": 821820770
        },
        {
            "start": 821821581,
            "stop": 821822425
        },
        {
            "start": 821824292,
            "stop": 821824710
        },
        {
            "start": 821825563,
            "stop": 821826639
        },
        {
            "start": 821827606,
            "stop": 821831462
        },
        {
            "start": 821832198,
            "stop": 821833100
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840710
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872839
        },
        {
            "start": 821875260,
            "stop": 821883302
        },
        {
            "start": 821883539,
            "stop": 821906409
        },
        {
            "start": 821906707,
            "stop": 821909430
        },
        {
            "start": 821909490,
            "stop": 821909505
        }
    ]
}