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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2435",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2436,
    "results": [
        {
            "start": 874046852,
            "stop": 874047320
        },
        {
            "start": 874047337,
            "stop": 874049378
        },
        {
            "start": 874049395,
            "stop": 874052116
        },
        {
            "start": 874052123,
            "stop": 874052340
        },
        {
            "start": 874052520,
            "stop": 874052834
        },
        {
            "start": 874052851,
            "stop": 874059776
        },
        {
            "start": 874059793,
            "stop": 874060919
        },
        {
            "start": 874060936,
            "stop": 874064580
        },
        {
            "start": 874064597,
            "stop": 874065657
        },
        {
            "start": 874065674,
            "stop": 874067222
        },
        {
            "start": 874067239,
            "stop": 874067510
        },
        {
            "start": 874067590,
            "stop": 874068410
        },
        {
            "start": 874068490,
            "stop": 874071255
        },
        {
            "start": 874071272,
            "stop": 874071890
        },
        {
            "start": 874071970,
            "stop": 874072084
        },
        {
            "start": 874072101,
            "stop": 874072865
        },
        {
            "start": 874072882,
            "stop": 874074486
        },
        {
            "start": 874074503,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874076367
        },
        {
            "start": 874076384,
            "stop": 874079984
        }
    ]
}