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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=506",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 507,
    "results": [
        {
            "start": 1262499999,
            "stop": 1262500050
        },
        {
            "start": 1262500053,
            "stop": 1262500272
        },
        {
            "start": 1262500275,
            "stop": 1262500296
        },
        {
            "start": 1262500299,
            "stop": 1262500366
        },
        {
            "start": 1262500369,
            "stop": 1262500382
        },
        {
            "start": 1262500385,
            "stop": 1262500504
        },
        {
            "start": 1262500507,
            "stop": 1262500508
        },
        {
            "start": 1262500510,
            "stop": 1262500511
        },
        {
            "start": 1262500515,
            "stop": 1262500523
        },
        {
            "start": 1262500526,
            "stop": 1262500670
        },
        {
            "start": 1262500673,
            "stop": 1262500736
        },
        {
            "start": 1262500739,
            "stop": 1262500883
        },
        {
            "start": 1262500886,
            "stop": 1262501181
        },
        {
            "start": 1262501184,
            "stop": 1262501245
        },
        {
            "start": 1262501248,
            "stop": 1262501444
        },
        {
            "start": 1262501447,
            "stop": 1262501559
        },
        {
            "start": 1262501562,
            "stop": 1262501739
        },
        {
            "start": 1262501742,
            "stop": 1262502092
        },
        {
            "start": 1262502094,
            "stop": 1262502725
        },
        {
            "start": 1262502728,
            "stop": 1262503020
        }
    ]
}