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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=268",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 269,
    "results": [
        {
            "start": 822376169,
            "stop": 822377990
        },
        {
            "start": 822378070,
            "stop": 822378872
        },
        {
            "start": 822378879,
            "stop": 822379633
        },
        {
            "start": 822379675,
            "stop": 822379676
        },
        {
            "start": 822379754,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380105,
            "stop": 822380112
        },
        {
            "start": 822380196,
            "stop": 822380210
        },
        {
            "start": 822380260,
            "stop": 822382753
        },
        {
            "start": 822382820,
            "stop": 822382856
        },
        {
            "start": 822382859,
            "stop": 822382913
        },
        {
            "start": 822382922,
            "stop": 822382928
        },
        {
            "start": 822382960,
            "stop": 822382976
        },
        {
            "start": 822382980,
            "stop": 822382988
        },
        {
            "start": 822383157,
            "stop": 822383164
        },
        {
            "start": 822383199,
            "stop": 822385944
        },
        {
            "start": 822386072,
            "stop": 822386568
        },
        {
            "start": 822386718,
            "stop": 822389494
        }
    ]
}