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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16742",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16743,
    "results": [
        {
            "start": 875063882,
            "stop": 875063894
        },
        {
            "start": 875063896,
            "stop": 875064057
        },
        {
            "start": 875064058,
            "stop": 875064190
        },
        {
            "start": 875064191,
            "stop": 875064266
        },
        {
            "start": 875064268,
            "stop": 875064286
        },
        {
            "start": 875064287,
            "stop": 875064419
        },
        {
            "start": 875064422,
            "stop": 875064488
        },
        {
            "start": 875064490,
            "stop": 875064633
        },
        {
            "start": 875064637,
            "stop": 875064660
        },
        {
            "start": 875064663,
            "stop": 875064680
        },
        {
            "start": 875064683,
            "stop": 875064733
        },
        {
            "start": 875064736,
            "stop": 875064761
        },
        {
            "start": 875064764,
            "stop": 875064771
        },
        {
            "start": 875064774,
            "stop": 875064894
        },
        {
            "start": 875064897,
            "stop": 875064977
        },
        {
            "start": 875064978,
            "stop": 875065070
        },
        {
            "start": 875065071,
            "stop": 875065082
        },
        {
            "start": 875065083,
            "stop": 875065088
        },
        {
            "start": 875065089,
            "stop": 875065301
        },
        {
            "start": 875065302,
            "stop": 875065406
        }
    ]
}