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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6326",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6327,
    "results": [
        {
            "start": 873284658,
            "stop": 873285041
        },
        {
            "start": 873285043,
            "stop": 873285129
        },
        {
            "start": 873285130,
            "stop": 873285187
        },
        {
            "start": 873285188,
            "stop": 873286089
        },
        {
            "start": 873286091,
            "stop": 873286122
        },
        {
            "start": 873286123,
            "stop": 873286273
        },
        {
            "start": 873286275,
            "stop": 873286816
        },
        {
            "start": 873286818,
            "stop": 873286967
        },
        {
            "start": 873286968,
            "stop": 873287099
        },
        {
            "start": 873287100,
            "stop": 873287739
        },
        {
            "start": 873287740,
            "stop": 873287752
        },
        {
            "start": 873287753,
            "stop": 873288426
        },
        {
            "start": 873288427,
            "stop": 873288913
        },
        {
            "start": 873288914,
            "stop": 873289357
        },
        {
            "start": 873289358,
            "stop": 873289412
        },
        {
            "start": 873289413,
            "stop": 873290057
        },
        {
            "start": 873290058,
            "stop": 873290899
        },
        {
            "start": 873290900,
            "stop": 873290939
        },
        {
            "start": 873290941,
            "stop": 873291043
        },
        {
            "start": 873291044,
            "stop": 873291676
        }
    ]
}