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=16730
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=16731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16729",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16730,
    "results": [
        {
            "start": 875022792,
            "stop": 875022794
        },
        {
            "start": 875022800,
            "stop": 875022801
        },
        {
            "start": 875022802,
            "stop": 875022805
        },
        {
            "start": 875022807,
            "stop": 875022840
        },
        {
            "start": 875036247,
            "stop": 875036263
        },
        {
            "start": 875036266,
            "stop": 875036357
        },
        {
            "start": 875036358,
            "stop": 875036374
        },
        {
            "start": 875036376,
            "stop": 875036378
        },
        {
            "start": 875036379,
            "stop": 875036392
        },
        {
            "start": 875036393,
            "stop": 875036395
        },
        {
            "start": 875036397,
            "stop": 875036409
        },
        {
            "start": 875036411,
            "stop": 875036425
        },
        {
            "start": 875036426,
            "stop": 875036445
        },
        {
            "start": 875036450,
            "stop": 875036454
        },
        {
            "start": 875036456,
            "stop": 875036462
        },
        {
            "start": 875036463,
            "stop": 875036472
        },
        {
            "start": 875036473,
            "stop": 875036491
        },
        {
            "start": 875036492,
            "stop": 875036553
        },
        {
            "start": 875036556,
            "stop": 875036584
        },
        {
            "start": 875036586,
            "stop": 875036601
        }
    ]
}