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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=373",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 374,
    "results": [
        {
            "start": 823277155,
            "stop": 823277653
        },
        {
            "start": 823279064,
            "stop": 823280133
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336752
        },
        {
            "start": 823339195,
            "stop": 823347975
        },
        {
            "start": 823347979,
            "stop": 823351071
        },
        {
            "start": 823351371,
            "stop": 823355064
        },
        {
            "start": 823355082,
            "stop": 823355485
        },
        {
            "start": 823356287,
            "stop": 823357262
        },
        {
            "start": 823357804,
            "stop": 823360057
        },
        {
            "start": 823360074,
            "stop": 823360400
        },
        {
            "start": 823360417,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823412827
        },
        {
            "start": 823412844,
            "stop": 823413168
        },
        {
            "start": 823413185,
            "stop": 823416121
        },
        {
            "start": 823416138,
            "stop": 823416185
        },
        {
            "start": 823416202,
            "stop": 823416226
        },
        {
            "start": 823416243,
            "stop": 823418462
        },
        {
            "start": 823418479,
            "stop": 823418721
        },
        {
            "start": 823418738,
            "stop": 823419290
        }
    ]
}