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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5072",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5073,
    "results": [
        {
            "start": 873116441,
            "stop": 873116505
        },
        {
            "start": 873116541,
            "stop": 873117333
        },
        {
            "start": 873117376,
            "stop": 873117423
        },
        {
            "start": 873117440,
            "stop": 873117724
        },
        {
            "start": 873117758,
            "stop": 873117809
        },
        {
            "start": 873117825,
            "stop": 873118101
        },
        {
            "start": 873118135,
            "stop": 873118168
        },
        {
            "start": 873118202,
            "stop": 873118320
        },
        {
            "start": 873118440,
            "stop": 873119335
        },
        {
            "start": 873119371,
            "stop": 873119373
        },
        {
            "start": 873119437,
            "stop": 873119629
        },
        {
            "start": 873119668,
            "stop": 873119824
        },
        {
            "start": 873119906,
            "stop": 873119940
        },
        {
            "start": 873119976,
            "stop": 873120536
        },
        {
            "start": 873120570,
            "stop": 873120652
        },
        {
            "start": 873120686,
            "stop": 873120843
        },
        {
            "start": 873128848,
            "stop": 873128872
        },
        {
            "start": 873128906,
            "stop": 873128941
        },
        {
            "start": 873129037,
            "stop": 873129044
        },
        {
            "start": 873129078,
            "stop": 873129086
        }
    ]
}