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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=3",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 4,
    "results": [
        {
            "start": 816087063,
            "stop": 816087815
        },
        {
            "start": 816087867,
            "stop": 816087968
        },
        {
            "start": 816088083,
            "stop": 816088184
        },
        {
            "start": 816088205,
            "stop": 816089450
        },
        {
            "start": 816089467,
            "stop": 816090100
        },
        {
            "start": 816090119,
            "stop": 816091892
        },
        {
            "start": 816091911,
            "stop": 816092250
        },
        {
            "start": 816094110,
            "stop": 816094458
        },
        {
            "start": 816094477,
            "stop": 816094480
        },
        {
            "start": 816094501,
            "stop": 816094506
        },
        {
            "start": 816094528,
            "stop": 816094530
        },
        {
            "start": 816095490,
            "stop": 816095570
        },
        {
            "start": 816095589,
            "stop": 816095599
        },
        {
            "start": 816095618,
            "stop": 816095772
        },
        {
            "start": 816095791,
            "stop": 816095819
        },
        {
            "start": 816095838,
            "stop": 816095920
        },
        {
            "start": 816095939,
            "stop": 816095957
        },
        {
            "start": 816096047,
            "stop": 816096077
        },
        {
            "start": 816098924,
            "stop": 816098944
        },
        {
            "start": 816098963,
            "stop": 816099058
        }
    ]
}