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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7327",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7328,
    "results": [
        {
            "start": 969261700,
            "stop": 969261793
        },
        {
            "start": 969261796,
            "stop": 969261918
        },
        {
            "start": 969261921,
            "stop": 969262226
        },
        {
            "start": 969262229,
            "stop": 969262390
        },
        {
            "start": 969262393,
            "stop": 969262846
        },
        {
            "start": 969262867,
            "stop": 969263076
        },
        {
            "start": 969263079,
            "stop": 969263191
        },
        {
            "start": 969263194,
            "stop": 969263452
        },
        {
            "start": 969263455,
            "stop": 969263664
        },
        {
            "start": 969263667,
            "stop": 969264831
        },
        {
            "start": 969264834,
            "stop": 969264836
        },
        {
            "start": 969264839,
            "stop": 969264953
        },
        {
            "start": 969264956,
            "stop": 969264960
        },
        {
            "start": 969264963,
            "stop": 969265408
        },
        {
            "start": 969265429,
            "stop": 969265487
        },
        {
            "start": 969265490,
            "stop": 969265531
        },
        {
            "start": 969265534,
            "stop": 969265543
        },
        {
            "start": 969265564,
            "stop": 969265568
        },
        {
            "start": 969265614,
            "stop": 969265624
        },
        {
            "start": 969265645,
            "stop": 969265708
        }
    ]
}