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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46647",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46648,
    "results": [
        {
            "start": 875022355,
            "stop": 875022433
        },
        {
            "start": 875022434,
            "stop": 875022504
        },
        {
            "start": 875022507,
            "stop": 875022532
        },
        {
            "start": 875030773,
            "stop": 875030778
        },
        {
            "start": 875030779,
            "stop": 875030781
        },
        {
            "start": 875030783,
            "stop": 875030803
        },
        {
            "start": 875030805,
            "stop": 875030812
        },
        {
            "start": 875030815,
            "stop": 875030842
        },
        {
            "start": 875030843,
            "stop": 875030849
        },
        {
            "start": 875030850,
            "stop": 875030858
        },
        {
            "start": 875030862,
            "stop": 875030865
        },
        {
            "start": 875030868,
            "stop": 875030888
        },
        {
            "start": 875030890,
            "stop": 875030930
        },
        {
            "start": 875030932,
            "stop": 875030973
        },
        {
            "start": 875030975,
            "stop": 875030982
        },
        {
            "start": 875030984,
            "stop": 875031037
        },
        {
            "start": 875031038,
            "stop": 875031064
        },
        {
            "start": 875031065,
            "stop": 875031124
        },
        {
            "start": 875031125,
            "stop": 875031143
        },
        {
            "start": 875031145,
            "stop": 875031186
        }
    ]
}