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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8820",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8821,
    "results": [
        {
            "start": 874246150,
            "stop": 874247570
        },
        {
            "start": 874247650,
            "stop": 874248676
        },
        {
            "start": 874248796,
            "stop": 874248977
        },
        {
            "start": 874249228,
            "stop": 874249980
        },
        {
            "start": 874250040,
            "stop": 874251470
        },
        {
            "start": 874251550,
            "stop": 874252994
        },
        {
            "start": 874253114,
            "stop": 874253280
        },
        {
            "start": 874253340,
            "stop": 874253527
        },
        {
            "start": 874253544,
            "stop": 874253750
        },
        {
            "start": 874253830,
            "stop": 874254344
        },
        {
            "start": 874254525,
            "stop": 874255190
        },
        {
            "start": 874255270,
            "stop": 874255560
        },
        {
            "start": 874255620,
            "stop": 874255970
        },
        {
            "start": 874256110,
            "stop": 874256149
        },
        {
            "start": 874256220,
            "stop": 874256280
        },
        {
            "start": 874256340,
            "stop": 874256690
        },
        {
            "start": 874256770,
            "stop": 874256990
        },
        {
            "start": 874257007,
            "stop": 874257884
        },
        {
            "start": 874258267,
            "stop": 874258550
        },
        {
            "start": 874258630,
            "stop": 874259150
        }
    ]
}