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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=146",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 147,
    "results": [
        {
            "start": 1417387743,
            "stop": 1417389261
        },
        {
            "start": 1417389264,
            "stop": 1417390199
        },
        {
            "start": 1417390204,
            "stop": 1417392255
        },
        {
            "start": 1417392260,
            "stop": 1417392296
        },
        {
            "start": 1417392300,
            "stop": 1417399174
        },
        {
            "start": 1417399177,
            "stop": 1417415934
        },
        {
            "start": 1417415938,
            "stop": 1417424643
        },
        {
            "start": 1417424645,
            "stop": 1417425211
        },
        {
            "start": 1417446354,
            "stop": 1417446674
        },
        {
            "start": 1417446678,
            "stop": 1417448620
        },
        {
            "start": 1417448969,
            "stop": 1417451645
        },
        {
            "start": 1417488505,
            "stop": 1417492450
        },
        {
            "start": 1417492454,
            "stop": 1417496322
        },
        {
            "start": 1417496326,
            "stop": 1417517829
        },
        {
            "start": 1417517831,
            "stop": 1417528835
        },
        {
            "start": 1417529590,
            "stop": 1417532556
        },
        {
            "start": 1417532927,
            "stop": 1417534719
        },
        {
            "start": 1417534722,
            "stop": 1417536186
        },
        {
            "start": 1417536189,
            "stop": 1417538069
        },
        {
            "start": 1417538073,
            "stop": 1417538911
        }
    ]
}