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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7186",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7187,
    "results": [
        {
            "start": 874548155,
            "stop": 874548202
        },
        {
            "start": 874548203,
            "stop": 874548227
        },
        {
            "start": 874548228,
            "stop": 874548642
        },
        {
            "start": 874548643,
            "stop": 874548916
        },
        {
            "start": 874548917,
            "stop": 874548931
        },
        {
            "start": 874548932,
            "stop": 874548981
        },
        {
            "start": 874548982,
            "stop": 874549129
        },
        {
            "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
        }
    ]
}