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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=793",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 794,
    "results": [
        {
            "start": 866208215,
            "stop": 866208302
        },
        {
            "start": 866208305,
            "stop": 866208528
        },
        {
            "start": 866208531,
            "stop": 866208596
        },
        {
            "start": 866208599,
            "stop": 866208640
        },
        {
            "start": 866208643,
            "stop": 866208769
        },
        {
            "start": 866208772,
            "stop": 866208794
        },
        {
            "start": 866208797,
            "stop": 866208959
        },
        {
            "start": 866208962,
            "stop": 866209318
        },
        {
            "start": 866209321,
            "stop": 866209341
        },
        {
            "start": 866209344,
            "stop": 866209393
        },
        {
            "start": 866209396,
            "stop": 866209399
        },
        {
            "start": 866209402,
            "stop": 866209476
        },
        {
            "start": 866209480,
            "stop": 866209495
        },
        {
            "start": 866209498,
            "stop": 866209511
        },
        {
            "start": 866209514,
            "stop": 866209549
        },
        {
            "start": 866209552,
            "stop": 866209589
        },
        {
            "start": 866209592,
            "stop": 866209788
        },
        {
            "start": 866209791,
            "stop": 866209817
        },
        {
            "start": 866209820,
            "stop": 866209827
        },
        {
            "start": 866209830,
            "stop": 866209838
        }
    ]
}