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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46980",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46981,
    "results": [
        {
            "start": 875214713,
            "stop": 875214727
        },
        {
            "start": 875214728,
            "stop": 875214743
        },
        {
            "start": 875214746,
            "stop": 875214777
        },
        {
            "start": 875214780,
            "stop": 875214801
        },
        {
            "start": 875214804,
            "stop": 875214826
        },
        {
            "start": 875214828,
            "stop": 875214833
        },
        {
            "start": 875214836,
            "stop": 875214846
        },
        {
            "start": 875214849,
            "stop": 875214854
        },
        {
            "start": 875214857,
            "stop": 875214873
        },
        {
            "start": 875214874,
            "stop": 875214880
        },
        {
            "start": 875214881,
            "stop": 875214909
        },
        {
            "start": 875214910,
            "stop": 875214911
        },
        {
            "start": 875214914,
            "stop": 875214930
        },
        {
            "start": 875214931,
            "stop": 875214945
        },
        {
            "start": 875214946,
            "stop": 875214970
        },
        {
            "start": 875214971,
            "stop": 875214972
        },
        {
            "start": 875214976,
            "stop": 875214980
        },
        {
            "start": 875214981,
            "stop": 875214995
        },
        {
            "start": 875214998,
            "stop": 875215021
        },
        {
            "start": 875215022,
            "stop": 875215124
        }
    ]
}