Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6381
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6380",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6381,
    "results": [
        {
            "start": 873538192,
            "stop": 873538265
        },
        {
            "start": 873538266,
            "stop": 873538380
        },
        {
            "start": 873538382,
            "stop": 873538771
        },
        {
            "start": 873538773,
            "stop": 873538782
        },
        {
            "start": 873538783,
            "stop": 873538793
        },
        {
            "start": 873538795,
            "stop": 873538801
        },
        {
            "start": 873538805,
            "stop": 873538814
        },
        {
            "start": 873538815,
            "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": 873538912,
            "stop": 873538918
        },
        {
            "start": 873538922,
            "stop": 873538928
        },
        {
            "start": 873538932,
            "stop": 873538937
        },
        {
            "start": 873538941,
            "stop": 873538949
        }
    ]
}