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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=182",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 183,
    "results": [
        {
            "start": 820190188,
            "stop": 820190321
        },
        {
            "start": 820190328,
            "stop": 820190399
        },
        {
            "start": 820190406,
            "stop": 820190513
        },
        {
            "start": 820190520,
            "stop": 820190624
        },
        {
            "start": 820190631,
            "stop": 820190713
        },
        {
            "start": 820190720,
            "stop": 820190746
        },
        {
            "start": 820190753,
            "stop": 820190809
        },
        {
            "start": 820190817,
            "stop": 820190891
        },
        {
            "start": 820190898,
            "stop": 820190916
        },
        {
            "start": 820190923,
            "stop": 820190973
        },
        {
            "start": 820190980,
            "stop": 820191218
        },
        {
            "start": 820191225,
            "stop": 820191318
        },
        {
            "start": 820191325,
            "stop": 820191502
        },
        {
            "start": 820191509,
            "stop": 820191542
        },
        {
            "start": 820191549,
            "stop": 820191623
        },
        {
            "start": 820191631,
            "stop": 820191673
        },
        {
            "start": 820191680,
            "stop": 820191714
        },
        {
            "start": 820191721,
            "stop": 820191791
        },
        {
            "start": 820191798,
            "stop": 820191844
        },
        {
            "start": 820191856,
            "stop": 820191865
        }
    ]
}