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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5071",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5072,
    "results": [
        {
            "start": 874621320,
            "stop": 874621369
        },
        {
            "start": 874621388,
            "stop": 874621410
        },
        {
            "start": 874621465,
            "stop": 874621474
        },
        {
            "start": 874621506,
            "stop": 874621514
        },
        {
            "start": 874621533,
            "stop": 874621591
        },
        {
            "start": 874621610,
            "stop": 874621621
        },
        {
            "start": 874621658,
            "stop": 874621659
        },
        {
            "start": 874621678,
            "stop": 874621679
        },
        {
            "start": 874621743,
            "stop": 874621762
        },
        {
            "start": 874621781,
            "stop": 874621802
        },
        {
            "start": 874621890,
            "stop": 874622001
        },
        {
            "start": 874622023,
            "stop": 874622025
        },
        {
            "start": 874622045,
            "stop": 874622059
        },
        {
            "start": 874622078,
            "stop": 874622157
        },
        {
            "start": 874622235,
            "stop": 874622260
        },
        {
            "start": 874622311,
            "stop": 874622312
        },
        {
            "start": 874622370,
            "stop": 874622410
        },
        {
            "start": 874622431,
            "stop": 874622434
        },
        {
            "start": 874622453,
            "stop": 874622488
        },
        {
            "start": 874622514,
            "stop": 874622627
        }
    ]
}