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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2466",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2467,
    "results": [
        {
            "start": 874726007,
            "stop": 874727229
        },
        {
            "start": 874727246,
            "stop": 874732610
        },
        {
            "start": 874732690,
            "stop": 874734000
        },
        {
            "start": 874734060,
            "stop": 874745176
        },
        {
            "start": 874745193,
            "stop": 874746065
        },
        {
            "start": 874746082,
            "stop": 874746445
        },
        {
            "start": 874746462,
            "stop": 874747350
        },
        {
            "start": 874747367,
            "stop": 874747388
        },
        {
            "start": 874747405,
            "stop": 874747643
        },
        {
            "start": 874747660,
            "stop": 874749361
        },
        {
            "start": 874749378,
            "stop": 874749873
        },
        {
            "start": 874749890,
            "stop": 874750190
        },
        {
            "start": 874750330,
            "stop": 874753428
        },
        {
            "start": 874753445,
            "stop": 874755914
        },
        {
            "start": 874755931,
            "stop": 874756850
        },
        {
            "start": 874756990,
            "stop": 874758710
        },
        {
            "start": 874758790,
            "stop": 874759218
        },
        {
            "start": 874759235,
            "stop": 874760630
        },
        {
            "start": 874760710,
            "stop": 874763483
        },
        {
            "start": 874763500,
            "stop": 874764394
        }
    ]
}