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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5943",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5944,
    "results": [
        {
            "start": 875214517,
            "stop": 875214528
        },
        {
            "start": 875214531,
            "stop": 875214532
        },
        {
            "start": 875214535,
            "stop": 875214594
        },
        {
            "start": 875214597,
            "stop": 875214607
        },
        {
            "start": 875214610,
            "stop": 875214702
        },
        {
            "start": 875214705,
            "stop": 875214777
        },
        {
            "start": 875214780,
            "stop": 875214801
        },
        {
            "start": 875214804,
            "stop": 875214833
        },
        {
            "start": 875214836,
            "stop": 875214846
        },
        {
            "start": 875214849,
            "stop": 875214854
        },
        {
            "start": 875214857,
            "stop": 875214911
        },
        {
            "start": 875214914,
            "stop": 875214972
        },
        {
            "start": 875214976,
            "stop": 875214995
        },
        {
            "start": 875214998,
            "stop": 875215124
        },
        {
            "start": 875215127,
            "stop": 875215129
        },
        {
            "start": 875215132,
            "stop": 875215156
        },
        {
            "start": 875215160,
            "stop": 875215251
        },
        {
            "start": 875215254,
            "stop": 875215264
        },
        {
            "start": 875215268,
            "stop": 875215269
        },
        {
            "start": 875215273,
            "stop": 875215279
        }
    ]
}