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=5141
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=5142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5140",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5141,
    "results": [
        {
            "start": 874710541,
            "stop": 874710545
        },
        {
            "start": 874710552,
            "stop": 874710557
        },
        {
            "start": 874710564,
            "stop": 874710614
        },
        {
            "start": 874710621,
            "stop": 874710687
        },
        {
            "start": 874710694,
            "stop": 874710766
        },
        {
            "start": 874710773,
            "stop": 874710785
        },
        {
            "start": 874710792,
            "stop": 874710952
        },
        {
            "start": 874710959,
            "stop": 874711041
        },
        {
            "start": 874711051,
            "stop": 874711123
        },
        {
            "start": 874711130,
            "stop": 874711278
        },
        {
            "start": 874711285,
            "stop": 874711316
        },
        {
            "start": 874711323,
            "stop": 874711341
        },
        {
            "start": 874711348,
            "stop": 874711354
        },
        {
            "start": 874711361,
            "stop": 874711463
        },
        {
            "start": 874711470,
            "stop": 874711502
        },
        {
            "start": 874711509,
            "stop": 874711513
        },
        {
            "start": 874711520,
            "stop": 874711557
        },
        {
            "start": 874711564,
            "stop": 874711595
        },
        {
            "start": 874711603,
            "stop": 874711628
        },
        {
            "start": 874711635,
            "stop": 874711665
        }
    ]
}