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=5263
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=5264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5262",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5263,
    "results": [
        {
            "start": 875221226,
            "stop": 875221232
        },
        {
            "start": 875221239,
            "stop": 875221255
        },
        {
            "start": 875221262,
            "stop": 875221313
        },
        {
            "start": 875221320,
            "stop": 875221335
        },
        {
            "start": 875221342,
            "stop": 875221386
        },
        {
            "start": 875221396,
            "stop": 875221415
        },
        {
            "start": 875221422,
            "stop": 875221424
        },
        {
            "start": 875221439,
            "stop": 875221450
        },
        {
            "start": 875221472,
            "stop": 875221532
        },
        {
            "start": 875221540,
            "stop": 875221548
        },
        {
            "start": 875221555,
            "stop": 875221580
        },
        {
            "start": 875221588,
            "stop": 875221613
        },
        {
            "start": 875221621,
            "stop": 875221647
        },
        {
            "start": 875221659,
            "stop": 875221660
        },
        {
            "start": 875221668,
            "stop": 875221710
        },
        {
            "start": 875221718,
            "stop": 875221891
        },
        {
            "start": 875221898,
            "stop": 875221906
        },
        {
            "start": 875221920,
            "stop": 875221992
        },
        {
            "start": 875221999,
            "stop": 875222011
        },
        {
            "start": 875222018,
            "stop": 875222028
        }
    ]
}