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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=109",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 110,
    "results": [
        {
            "start": 817281414,
            "stop": 817281458
        },
        {
            "start": 817281461,
            "stop": 817281674
        },
        {
            "start": 817281677,
            "stop": 817282537
        },
        {
            "start": 817282540,
            "stop": 817282961
        },
        {
            "start": 817282965,
            "stop": 817283145
        },
        {
            "start": 817283149,
            "stop": 817283402
        },
        {
            "start": 817283405,
            "stop": 817284412
        },
        {
            "start": 817284416,
            "stop": 817284442
        },
        {
            "start": 817284445,
            "stop": 817284763
        },
        {
            "start": 817284766,
            "stop": 817284992
        },
        {
            "start": 817284995,
            "stop": 817285119
        },
        {
            "start": 817285122,
            "stop": 817285809
        },
        {
            "start": 817285929,
            "stop": 817285937
        },
        {
            "start": 817285940,
            "stop": 817286081
        },
        {
            "start": 817286084,
            "stop": 817286086
        },
        {
            "start": 817286089,
            "stop": 817286922
        },
        {
            "start": 817286926,
            "stop": 817287872
        },
        {
            "start": 817287875,
            "stop": 817287980
        },
        {
            "start": 817287983,
            "stop": 817288557
        },
        {
            "start": 817288560,
            "stop": 817289035
        }
    ]
}