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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2420",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2421,
    "results": [
        {
            "start": 873586450,
            "stop": 873586576
        },
        {
            "start": 873586604,
            "stop": 873586730
        },
        {
            "start": 873586810,
            "stop": 873586856
        },
        {
            "start": 873586873,
            "stop": 873587125
        },
        {
            "start": 873587142,
            "stop": 873587144
        },
        {
            "start": 873587161,
            "stop": 873587167
        },
        {
            "start": 873587203,
            "stop": 873587344
        },
        {
            "start": 873587361,
            "stop": 873591120
        },
        {
            "start": 873591376,
            "stop": 873592784
        },
        {
            "start": 873592965,
            "stop": 873593084
        },
        {
            "start": 873593101,
            "stop": 873594054
        },
        {
            "start": 873594088,
            "stop": 873595419
        },
        {
            "start": 873595436,
            "stop": 873595670
        },
        {
            "start": 873595750,
            "stop": 873597590
        },
        {
            "start": 873597670,
            "stop": 873598379
        },
        {
            "start": 873598418,
            "stop": 873603360
        },
        {
            "start": 873603420,
            "stop": 873603471
        },
        {
            "start": 873603506,
            "stop": 873606671
        },
        {
            "start": 873606688,
            "stop": 873616250
        },
        {
            "start": 873616330,
            "stop": 873616378
        }
    ]
}