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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=359",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 360,
    "results": [
        {
            "start": 955553989,
            "stop": 955567565
        },
        {
            "start": 955567586,
            "stop": 955570100
        },
        {
            "start": 955571546,
            "stop": 955577362
        },
        {
            "start": 955579948,
            "stop": 955588361
        },
        {
            "start": 955588366,
            "stop": 955588730
        },
        {
            "start": 955590419,
            "stop": 955590420
        },
        {
            "start": 955590744,
            "stop": 955590773
        },
        {
            "start": 955590858,
            "stop": 955591386
        },
        {
            "start": 955593395,
            "stop": 955599679
        },
        {
            "start": 955600949,
            "stop": 955606335
        },
        {
            "start": 955609809,
            "stop": 955633113
        },
        {
            "start": 955639966,
            "stop": 955660899
        },
        {
            "start": 955664355,
            "stop": 955666727
        },
        {
            "start": 955666734,
            "stop": 955666792
        },
        {
            "start": 955666797,
            "stop": 955667004
        },
        {
            "start": 955667009,
            "stop": 955671193
        },
        {
            "start": 955671198,
            "stop": 955673017
        },
        {
            "start": 955674039,
            "stop": 955683818
        },
        {
            "start": 955685112,
            "stop": 955685142
        },
        {
            "start": 955685159,
            "stop": 955690266
        }
    ]
}