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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5315",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5313",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5314,
    "results": [
        {
            "start": 1137124002,
            "stop": 1137124003
        },
        {
            "start": 1137124005,
            "stop": 1137124008
        },
        {
            "start": 1137210884,
            "stop": 1137210888
        },
        {
            "start": 1137210889,
            "stop": 1137210890
        },
        {
            "start": 1137210892,
            "stop": 1137210910
        },
        {
            "start": 1137210911,
            "stop": 1137210917
        },
        {
            "start": 1137210918,
            "stop": 1137210962
        },
        {
            "start": 1137210964,
            "stop": 1137210967
        },
        {
            "start": 1137210969,
            "stop": 1137210988
        },
        {
            "start": 1137210990,
            "stop": 1137211023
        },
        {
            "start": 1137211025,
            "stop": 1137211028
        },
        {
            "start": 1137211030,
            "stop": 1137211047
        },
        {
            "start": 1137211049,
            "stop": 1137211078
        },
        {
            "start": 1137211080,
            "stop": 1137211117
        },
        {
            "start": 1137211119,
            "stop": 1137211164
        },
        {
            "start": 1137211166,
            "stop": 1137211210
        },
        {
            "start": 1137211212,
            "stop": 1137211213
        },
        {
            "start": 1137211215,
            "stop": 1137211256
        },
        {
            "start": 1137211258,
            "stop": 1137211261
        },
        {
            "start": 1137211262,
            "stop": 1137211335
        }
    ]
}