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=6510
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=6511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6509",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6510,
    "results": [
        {
            "start": 874234942,
            "stop": 874234945
        },
        {
            "start": 874234947,
            "stop": 874235279
        },
        {
            "start": 874235280,
            "stop": 874235788
        },
        {
            "start": 874235789,
            "stop": 874236303
        },
        {
            "start": 874236304,
            "stop": 874236609
        },
        {
            "start": 874236610,
            "stop": 874236898
        },
        {
            "start": 874236899,
            "stop": 874237655
        },
        {
            "start": 874237656,
            "stop": 874238237
        },
        {
            "start": 874238238,
            "stop": 874238583
        },
        {
            "start": 874238584,
            "stop": 874238861
        },
        {
            "start": 874238862,
            "stop": 874238911
        },
        {
            "start": 874238912,
            "stop": 874239170
        },
        {
            "start": 874239171,
            "stop": 874239617
        },
        {
            "start": 874239618,
            "stop": 874239629
        },
        {
            "start": 874239630,
            "stop": 874239888
        },
        {
            "start": 874239889,
            "stop": 874240237
        },
        {
            "start": 874240238,
            "stop": 874240245
        },
        {
            "start": 874240246,
            "stop": 874240683
        },
        {
            "start": 874240684,
            "stop": 874240828
        },
        {
            "start": 874240830,
            "stop": 874241014
        }
    ]
}