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=6575
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=6576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6574",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6575,
    "results": [
        {
            "start": 874549130,
            "stop": 874549137
        },
        {
            "start": 874549138,
            "stop": 874549294
        },
        {
            "start": 874549295,
            "stop": 874549493
        },
        {
            "start": 874549495,
            "stop": 874549823
        },
        {
            "start": 874549824,
            "stop": 874550493
        },
        {
            "start": 874550494,
            "stop": 874550512
        },
        {
            "start": 874550513,
            "stop": 874550595
        },
        {
            "start": 874550596,
            "stop": 874550631
        },
        {
            "start": 874550632,
            "stop": 874551254
        },
        {
            "start": 874551255,
            "stop": 874552053
        },
        {
            "start": 874552054,
            "stop": 874552362
        },
        {
            "start": 874552363,
            "stop": 874552734
        },
        {
            "start": 874552735,
            "stop": 874552883
        },
        {
            "start": 874552885,
            "stop": 874553041
        },
        {
            "start": 874553042,
            "stop": 874553655
        },
        {
            "start": 874553656,
            "stop": 874553902
        },
        {
            "start": 874553904,
            "stop": 874554125
        },
        {
            "start": 874554126,
            "stop": 874554234
        },
        {
            "start": 874554236,
            "stop": 874554258
        },
        {
            "start": 874554259,
            "stop": 874554503
        }
    ]
}