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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29342",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29343,
    "results": [
        {
            "start": 971251282,
            "stop": 971251312
        },
        {
            "start": 971251315,
            "stop": 971251323
        },
        {
            "start": 971251324,
            "stop": 971251338
        },
        {
            "start": 971251339,
            "stop": 971251362
        },
        {
            "start": 971251364,
            "stop": 971251375
        },
        {
            "start": 971251377,
            "stop": 971251385
        },
        {
            "start": 971251386,
            "stop": 971251414
        },
        {
            "start": 971251415,
            "stop": 971251420
        },
        {
            "start": 971251421,
            "stop": 971251440
        },
        {
            "start": 971251441,
            "stop": 971251445
        },
        {
            "start": 971251446,
            "stop": 971251454
        },
        {
            "start": 971251455,
            "stop": 971251465
        },
        {
            "start": 971251466,
            "stop": 971251488
        },
        {
            "start": 971251489,
            "stop": 971251502
        },
        {
            "start": 971251503,
            "stop": 971251514
        },
        {
            "start": 971251515,
            "stop": 971251520
        },
        {
            "start": 971251521,
            "stop": 971251526
        },
        {
            "start": 971251528,
            "stop": 971251530
        },
        {
            "start": 971251531,
            "stop": 971251534
        },
        {
            "start": 971251536,
            "stop": 971251538
        }
    ]
}