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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=433",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 434,
    "results": [
        {
            "start": 1182862558,
            "stop": 1182862580
        },
        {
            "start": 1182862584,
            "stop": 1182862841
        },
        {
            "start": 1182862843,
            "stop": 1182863265
        },
        {
            "start": 1182863269,
            "stop": 1182864850
        },
        {
            "start": 1182864852,
            "stop": 1182865033
        },
        {
            "start": 1182865035,
            "stop": 1182865139
        },
        {
            "start": 1182865141,
            "stop": 1182866422
        },
        {
            "start": 1182866424,
            "stop": 1182866712
        },
        {
            "start": 1182866714,
            "stop": 1182866815
        },
        {
            "start": 1182866817,
            "stop": 1182867500
        },
        {
            "start": 1182867502,
            "stop": 1182869096
        },
        {
            "start": 1182869107,
            "stop": 1182870520
        },
        {
            "start": 1182870523,
            "stop": 1182870524
        },
        {
            "start": 1182870526,
            "stop": 1182870866
        },
        {
            "start": 1182870868,
            "stop": 1182872136
        },
        {
            "start": 1182872138,
            "stop": 1182872288
        },
        {
            "start": 1182872291,
            "stop": 1182872592
        },
        {
            "start": 1182872594,
            "stop": 1182873334
        },
        {
            "start": 1182873338,
            "stop": 1182873444
        },
        {
            "start": 1182873447,
            "stop": 1182874117
        }
    ]
}