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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1806",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1804",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1805,
    "results": [
        {
            "start": 960550207,
            "stop": 960550218
        },
        {
            "start": 960550222,
            "stop": 960550224
        },
        {
            "start": 960550226,
            "stop": 960550230
        },
        {
            "start": 960550234,
            "stop": 960550257
        },
        {
            "start": 960550260,
            "stop": 960550293
        },
        {
            "start": 960550295,
            "stop": 960550301
        },
        {
            "start": 960550305,
            "stop": 960550313
        },
        {
            "start": 960550316,
            "stop": 960550317
        },
        {
            "start": 960550319,
            "stop": 960550336
        },
        {
            "start": 960550338,
            "stop": 960550345
        },
        {
            "start": 960550347,
            "stop": 960550363
        },
        {
            "start": 960550364,
            "stop": 960550373
        },
        {
            "start": 960550375,
            "stop": 960550404
        },
        {
            "start": 960550406,
            "stop": 960550409
        },
        {
            "start": 960550412,
            "stop": 960550429
        },
        {
            "start": 960550432,
            "stop": 960550487
        },
        {
            "start": 960550489,
            "stop": 960550503
        },
        {
            "start": 960550505,
            "stop": 960550650
        },
        {
            "start": 960550652,
            "stop": 960550725
        },
        {
            "start": 960550727,
            "stop": 960550734
        }
    ]
}