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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=3",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 4,
    "results": [
        {
            "start": 1397221145,
            "stop": 1397221149
        },
        {
            "start": 1397221153,
            "stop": 1397221253
        },
        {
            "start": 1397221255,
            "stop": 1397221493
        },
        {
            "start": 1397221497,
            "stop": 1397221544
        },
        {
            "start": 1397221546,
            "stop": 1397225185
        },
        {
            "start": 1397225189,
            "stop": 1397229494
        },
        {
            "start": 1397229495,
            "stop": 1397231221
        },
        {
            "start": 1397231439,
            "stop": 1397232069
        },
        {
            "start": 1397232073,
            "stop": 1397232569
        },
        {
            "start": 1397232573,
            "stop": 1397241051
        },
        {
            "start": 1397241651,
            "stop": 1397249169
        },
        {
            "start": 1397249177,
            "stop": 1397256157
        },
        {
            "start": 1397256161,
            "stop": 1397258915
        },
        {
            "start": 1397258916,
            "stop": 1397258937
        },
        {
            "start": 1397263174,
            "stop": 1397268893
        },
        {
            "start": 1397268894,
            "stop": 1397269853
        },
        {
            "start": 1397269854,
            "stop": 1397270613
        },
        {
            "start": 1397270618,
            "stop": 1397271050
        },
        {
            "start": 1397271051,
            "stop": 1397271887
        },
        {
            "start": 1397271888,
            "stop": 1397272013
        }
    ]
}