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=7003
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=7004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7002",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7003,
    "results": [
        {
            "start": 873869299,
            "stop": 873869302
        },
        {
            "start": 873869305,
            "stop": 873870053
        },
        {
            "start": 873870057,
            "stop": 873870062
        },
        {
            "start": 873870065,
            "stop": 873870074
        },
        {
            "start": 873870077,
            "stop": 873870081
        },
        {
            "start": 873870084,
            "stop": 873870408
        },
        {
            "start": 873870411,
            "stop": 873870483
        },
        {
            "start": 873870487,
            "stop": 873877779
        },
        {
            "start": 873877783,
            "stop": 873880710
        },
        {
            "start": 873882210,
            "stop": 873884977
        },
        {
            "start": 873884980,
            "stop": 873885113
        },
        {
            "start": 873885116,
            "stop": 873885155
        },
        {
            "start": 873885161,
            "stop": 873885198
        },
        {
            "start": 873885203,
            "stop": 873885208
        },
        {
            "start": 873885214,
            "stop": 873885231
        },
        {
            "start": 873885234,
            "stop": 873885265
        },
        {
            "start": 873885268,
            "stop": 873885286
        },
        {
            "start": 873885289,
            "stop": 873885329
        },
        {
            "start": 873885333,
            "stop": 873885469
        },
        {
            "start": 873885472,
            "stop": 873885478
        }
    ]
}