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=4971
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=4972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4970",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4971,
    "results": [
        {
            "start": 874466133,
            "stop": 874466371
        },
        {
            "start": 874466378,
            "stop": 874466613
        },
        {
            "start": 874466627,
            "stop": 874466800
        },
        {
            "start": 874466807,
            "stop": 874467273
        },
        {
            "start": 874467281,
            "stop": 874467575
        },
        {
            "start": 874467582,
            "stop": 874467607
        },
        {
            "start": 874467614,
            "stop": 874467987
        },
        {
            "start": 874467995,
            "stop": 874468052
        },
        {
            "start": 874468059,
            "stop": 874468094
        },
        {
            "start": 874468101,
            "stop": 874468110
        },
        {
            "start": 874468117,
            "stop": 874468247
        },
        {
            "start": 874468254,
            "stop": 874468440
        },
        {
            "start": 874468448,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874468610
        },
        {
            "start": 874468617,
            "stop": 874468950
        },
        {
            "start": 874468957,
            "stop": 874469003
        },
        {
            "start": 874469012,
            "stop": 874469036
        },
        {
            "start": 874469043,
            "stop": 874469211
        },
        {
            "start": 874469218,
            "stop": 874469499
        },
        {
            "start": 874469506,
            "stop": 874469624
        }
    ]
}