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=6411
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=6412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6410",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6411,
    "results": [
        {
            "start": 873729491,
            "stop": 873729538
        },
        {
            "start": 873729539,
            "stop": 873729676
        },
        {
            "start": 873729677,
            "stop": 873729761
        },
        {
            "start": 873729762,
            "stop": 873729787
        },
        {
            "start": 873729788,
            "stop": 873729791
        },
        {
            "start": 873729792,
            "stop": 873729964
        },
        {
            "start": 873729965,
            "stop": 873730018
        },
        {
            "start": 873730019,
            "stop": 873730061
        },
        {
            "start": 873730062,
            "stop": 873730181
        },
        {
            "start": 873730182,
            "stop": 873730197
        },
        {
            "start": 873730198,
            "stop": 873730518
        },
        {
            "start": 873730520,
            "stop": 873730653
        },
        {
            "start": 873730655,
            "stop": 873730788
        },
        {
            "start": 873730789,
            "stop": 873730997
        },
        {
            "start": 873730998,
            "stop": 873731040
        },
        {
            "start": 873731042,
            "stop": 873731519
        },
        {
            "start": 873731521,
            "stop": 873731569
        },
        {
            "start": 873731570,
            "stop": 873731730
        },
        {
            "start": 873731732,
            "stop": 873731962
        },
        {
            "start": 873731963,
            "stop": 873732390
        }
    ]
}