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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=737",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 738,
    "results": [
        {
            "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
        },
        {
            "start": 866209841,
            "stop": 866209879
        },
        {
            "start": 866209882,
            "stop": 866209884
        },
        {
            "start": 866209887,
            "stop": 866209916
        },
        {
            "start": 866211318,
            "stop": 866212467
        },
        {
            "start": 866212470,
            "stop": 866212902
        },
        {
            "start": 866212905,
            "stop": 866212927
        },
        {
            "start": 866212930,
            "stop": 866213035
        },
        {
            "start": 866213037,
            "stop": 866213044
        },
        {
            "start": 866213047,
            "stop": 866213350
        },
        {
            "start": 866213353,
            "stop": 866213434
        }
    ]
}