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=805
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=806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=804",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 805,
    "results": [
        {
            "start": 873516850,
            "stop": 873516858
        },
        {
            "start": 873516862,
            "stop": 873516989
        },
        {
            "start": 873516995,
            "stop": 873517032
        },
        {
            "start": 873517036,
            "stop": 873518557
        },
        {
            "start": 873518561,
            "stop": 873538801
        },
        {
            "start": 873538805,
            "stop": 873538822
        },
        {
            "start": 873538826,
            "stop": 873538831
        },
        {
            "start": 873538837,
            "stop": 873538841
        },
        {
            "start": 873538846,
            "stop": 873538854
        },
        {
            "start": 873538858,
            "stop": 873538865
        },
        {
            "start": 873538869,
            "stop": 873538875
        },
        {
            "start": 873538879,
            "stop": 873538886
        },
        {
            "start": 873538890,
            "stop": 873538897
        },
        {
            "start": 873538901,
            "stop": 873538907
        },
        {
            "start": 873538911,
            "stop": 873538918
        },
        {
            "start": 873538922,
            "stop": 873538928
        },
        {
            "start": 873538932,
            "stop": 873538937
        },
        {
            "start": 873538941,
            "stop": 873538959
        },
        {
            "start": 873538963,
            "stop": 873538970
        },
        {
            "start": 873538974,
            "stop": 873538982
        }
    ]
}