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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6931",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6932,
    "results": [
        {
            "start": 873721229,
            "stop": 873721230
        },
        {
            "start": 873721233,
            "stop": 873721250
        },
        {
            "start": 873721254,
            "stop": 873721256
        },
        {
            "start": 873721258,
            "stop": 873721263
        },
        {
            "start": 873721273,
            "stop": 873721283
        },
        {
            "start": 873721290,
            "stop": 873721295
        },
        {
            "start": 873721297,
            "stop": 873721302
        },
        {
            "start": 873721303,
            "stop": 873721307
        },
        {
            "start": 873721310,
            "stop": 873721320
        },
        {
            "start": 873721334,
            "stop": 873721336
        },
        {
            "start": 873721339,
            "stop": 873721348
        },
        {
            "start": 873721349,
            "stop": 873721351
        },
        {
            "start": 873721352,
            "stop": 873721354
        },
        {
            "start": 873721365,
            "stop": 873721375
        },
        {
            "start": 873721391,
            "stop": 873721403
        },
        {
            "start": 873721406,
            "stop": 873721410
        },
        {
            "start": 873721411,
            "stop": 873721414
        },
        {
            "start": 873721415,
            "stop": 873721417
        },
        {
            "start": 873721428,
            "stop": 873721429
        },
        {
            "start": 873721430,
            "stop": 873721433
        }
    ]
}