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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=164",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 165,
    "results": [
        {
            "start": 839684847,
            "stop": 839690855
        },
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839718651
        },
        {
            "start": 839719818,
            "stop": 839721949
        },
        {
            "start": 839722878,
            "stop": 839777346
        },
        {
            "start": 839777349,
            "stop": 839792386
        },
        {
            "start": 839793830,
            "stop": 839794456
        },
        {
            "start": 839794948,
            "stop": 839801293
        },
        {
            "start": 839802102,
            "stop": 839808193
        },
        {
            "start": 839808856,
            "stop": 839828533
        },
        {
            "start": 839829221,
            "stop": 839829297
        },
        {
            "start": 839830366,
            "stop": 839848793
        },
        {
            "start": 839849822,
            "stop": 839862843
        },
        {
            "start": 839862844,
            "stop": 839862846
        },
        {
            "start": 839862847,
            "stop": 839863851
        },
        {
            "start": 839864544,
            "stop": 839869598
        },
        {
            "start": 839874447,
            "stop": 839883388
        },
        {
            "start": 839883393,
            "stop": 839885293
        },
        {
            "start": 839885934,
            "stop": 839893198
        },
        {
            "start": 839893816,
            "stop": 839908115
        }
    ]
}