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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=213",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 214,
    "results": [
        {
            "start": 820548908,
            "stop": 820549508
        },
        {
            "start": 820549511,
            "stop": 820549529
        },
        {
            "start": 820549532,
            "stop": 820549825
        },
        {
            "start": 820549828,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820550963
        },
        {
            "start": 820550966,
            "stop": 820551036
        },
        {
            "start": 820551039,
            "stop": 820551044
        },
        {
            "start": 820551047,
            "stop": 820551489
        },
        {
            "start": 820551492,
            "stop": 820551538
        },
        {
            "start": 820551541,
            "stop": 820551544
        },
        {
            "start": 820551548,
            "stop": 820552305
        },
        {
            "start": 820552309,
            "stop": 820552546
        },
        {
            "start": 820552549,
            "stop": 820552720
        },
        {
            "start": 820552723,
            "stop": 820552832
        },
        {
            "start": 820552835,
            "stop": 820553792
        },
        {
            "start": 820553796,
            "stop": 820553798
        },
        {
            "start": 820553802,
            "stop": 820554143
        },
        {
            "start": 820554146,
            "stop": 820554260
        },
        {
            "start": 820556256,
            "stop": 820557300
        },
        {
            "start": 820558606,
            "stop": 820558721
        }
    ]
}