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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=107",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 108,
    "results": [
        {
            "start": 931338584,
            "stop": 931338585
        },
        {
            "start": 931338611,
            "stop": 931338617
        },
        {
            "start": 931338625,
            "stop": 931338628
        },
        {
            "start": 931338630,
            "stop": 931338631
        },
        {
            "start": 931338637,
            "stop": 931338639
        },
        {
            "start": 931338641,
            "stop": 931338642
        },
        {
            "start": 931338646,
            "stop": 931338647
        },
        {
            "start": 931338650,
            "stop": 931338651
        },
        {
            "start": 931338654,
            "stop": 931338657
        },
        {
            "start": 931338659,
            "stop": 931338660
        },
        {
            "start": 931338664,
            "stop": 931338667
        },
        {
            "start": 931338669,
            "stop": 931338670
        },
        {
            "start": 931338677,
            "stop": 931338680
        },
        {
            "start": 931338683,
            "stop": 931338685
        },
        {
            "start": 931338688,
            "stop": 931338690
        },
        {
            "start": 931338692,
            "stop": 931338694
        },
        {
            "start": 931338699,
            "stop": 931338703
        },
        {
            "start": 931338711,
            "stop": 931338713
        },
        {
            "start": 931338716,
            "stop": 931338717
        },
        {
            "start": 931338719,
            "stop": 931338723
        }
    ]
}