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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5201",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5202,
    "results": [
        {
            "start": 874892442,
            "stop": 874893112
        },
        {
            "start": 874893120,
            "stop": 874893656
        },
        {
            "start": 874893663,
            "stop": 874893678
        },
        {
            "start": 874893685,
            "stop": 874894207
        },
        {
            "start": 874894214,
            "stop": 874894572
        },
        {
            "start": 874894579,
            "stop": 874900336
        },
        {
            "start": 874900343,
            "stop": 874901562
        },
        {
            "start": 874904138,
            "stop": 874914232
        },
        {
            "start": 874914239,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874925341
        },
        {
            "start": 874925377,
            "stop": 874932408
        },
        {
            "start": 874932415,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874939356
        },
        {
            "start": 874939363,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874940832
        },
        {
            "start": 874940839,
            "stop": 874940940
        },
        {
            "start": 874940947,
            "stop": 874941968
        },
        {
            "start": 874941977,
            "stop": 874942561
        },
        {
            "start": 874942568,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874944698
        }
    ]
}