Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10205
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10204",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10205,
    "results": [
        {
            "start": 874029327,
            "stop": 874030379
        },
        {
            "start": 874030387,
            "stop": 874030619
        },
        {
            "start": 874030626,
            "stop": 874030740
        },
        {
            "start": 874030800,
            "stop": 874031100
        },
        {
            "start": 874032107,
            "stop": 874033792
        },
        {
            "start": 874033809,
            "stop": 874033948
        },
        {
            "start": 874033965,
            "stop": 874035277
        },
        {
            "start": 874035313,
            "stop": 874035434
        },
        {
            "start": 874035470,
            "stop": 874035511
        },
        {
            "start": 874035634,
            "stop": 874035746
        },
        {
            "start": 874035785,
            "stop": 874035800
        },
        {
            "start": 874035926,
            "stop": 874035945
        },
        {
            "start": 874036119,
            "stop": 874036330
        },
        {
            "start": 874037342,
            "stop": 874037625
        },
        {
            "start": 874037661,
            "stop": 874037949
        },
        {
            "start": 874037966,
            "stop": 874037979
        },
        {
            "start": 874038059,
            "stop": 874038770
        },
        {
            "start": 874038808,
            "stop": 874038813
        },
        {
            "start": 874038854,
            "stop": 874039106
        },
        {
            "start": 874039150,
            "stop": 874039333
        }
    ]
}