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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=139",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 140,
    "results": [
        {
            "start": 819403058,
            "stop": 819404702
        },
        {
            "start": 819404847,
            "stop": 819409213
        },
        {
            "start": 819411369,
            "stop": 819418788
        },
        {
            "start": 819418979,
            "stop": 819424100
        },
        {
            "start": 819424234,
            "stop": 819454832
        },
        {
            "start": 819454839,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480733
        },
        {
            "start": 819482620,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819542497
        },
        {
            "start": 819542504,
            "stop": 819546408
        },
        {
            "start": 819546415,
            "stop": 819549478
        },
        {
            "start": 819549485,
            "stop": 819553895
        },
        {
            "start": 819553902,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555343
        },
        {
            "start": 819555524,
            "stop": 819555923
        },
        {
            "start": 819556754,
            "stop": 819557366
        },
        {
            "start": 819557475,
            "stop": 819558374
        },
        {
            "start": 819558381,
            "stop": 819559373
        }
    ]
}