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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10075",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10076,
    "results": [
        {
            "start": 873117440,
            "stop": 873117724
        },
        {
            "start": 873117758,
            "stop": 873117809
        },
        {
            "start": 873117825,
            "stop": 873118101
        },
        {
            "start": 873118135,
            "stop": 873118168
        },
        {
            "start": 873118202,
            "stop": 873118320
        },
        {
            "start": 873118500,
            "stop": 873118620
        },
        {
            "start": 873118680,
            "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
        },
        {
            "start": 873129142,
            "stop": 873129359
        },
        {
            "start": 873129396,
            "stop": 873130020
        }
    ]
}