Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=223",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 224,
    "results": [
        {
            "start": 933148784,
            "stop": 933148820
        },
        {
            "start": 933148821,
            "stop": 933148875
        },
        {
            "start": 933148894,
            "stop": 933149092
        },
        {
            "start": 933149111,
            "stop": 933149126
        },
        {
            "start": 933149163,
            "stop": 933149251
        },
        {
            "start": 933149276,
            "stop": 933149289
        },
        {
            "start": 933149426,
            "stop": 933149428
        },
        {
            "start": 933149458,
            "stop": 933149463
        },
        {
            "start": 933149497,
            "stop": 933149522
        },
        {
            "start": 933149571,
            "stop": 933149597
        },
        {
            "start": 933149615,
            "stop": 933149652
        },
        {
            "start": 933149671,
            "stop": 933149694
        },
        {
            "start": 933149713,
            "stop": 933149718
        },
        {
            "start": 933149748,
            "stop": 933149755
        },
        {
            "start": 933149774,
            "stop": 933149798
        },
        {
            "start": 933149817,
            "stop": 933149924
        },
        {
            "start": 933149943,
            "stop": 933149948
        },
        {
            "start": 933149967,
            "stop": 933149997
        },
        {
            "start": 933150029,
            "stop": 933150125
        },
        {
            "start": 933150149,
            "stop": 933150402
        }
    ]
}