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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=287",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 288,
    "results": [
        {
            "start": 820893961,
            "stop": 820894027
        },
        {
            "start": 820894030,
            "stop": 820894054
        },
        {
            "start": 820894058,
            "stop": 820894064
        },
        {
            "start": 820894070,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894092
        },
        {
            "start": 820894499,
            "stop": 820894507
        },
        {
            "start": 820894510,
            "stop": 820894512
        },
        {
            "start": 820895357,
            "stop": 820895408
        },
        {
            "start": 820895417,
            "stop": 820895442
        },
        {
            "start": 820895456,
            "stop": 820895462
        },
        {
            "start": 820895471,
            "stop": 820895486
        },
        {
            "start": 820895490,
            "stop": 820895495
        },
        {
            "start": 820895499,
            "stop": 820895505
        },
        {
            "start": 820895509,
            "stop": 820895534
        },
        {
            "start": 820895538,
            "stop": 820895588
        },
        {
            "start": 820895592,
            "stop": 820895695
        },
        {
            "start": 820895700,
            "stop": 820895715
        },
        {
            "start": 820895719,
            "stop": 820895772
        },
        {
            "start": 820895796,
            "stop": 820895821
        },
        {
            "start": 820895829,
            "stop": 820895893
        }
    ]
}