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=4987
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=4988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4986",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4987,
    "results": [
        {
            "start": 874512750,
            "stop": 874512768
        },
        {
            "start": 874512778,
            "stop": 874512803
        },
        {
            "start": 874512810,
            "stop": 874512937
        },
        {
            "start": 874512945,
            "stop": 874512983
        },
        {
            "start": 874512990,
            "stop": 874513013
        },
        {
            "start": 874513020,
            "stop": 874513052
        },
        {
            "start": 874513059,
            "stop": 874513078
        },
        {
            "start": 874513085,
            "stop": 874513131
        },
        {
            "start": 874513138,
            "stop": 874513145
        },
        {
            "start": 874513152,
            "stop": 874513174
        },
        {
            "start": 874513194,
            "stop": 874513199
        },
        {
            "start": 874513207,
            "stop": 874513342
        },
        {
            "start": 874513349,
            "stop": 874513375
        },
        {
            "start": 874513382,
            "stop": 874513530
        },
        {
            "start": 874513539,
            "stop": 874513577
        },
        {
            "start": 874513590,
            "stop": 874513610
        },
        {
            "start": 874513617,
            "stop": 874513629
        },
        {
            "start": 874513637,
            "stop": 874513691
        },
        {
            "start": 874513700,
            "stop": 874513712
        },
        {
            "start": 874513719,
            "stop": 874513727
        }
    ]
}