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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=767",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=765",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 766,
    "results": [
        {
            "start": 1267840602,
            "stop": 1267840989
        },
        {
            "start": 1267841084,
            "stop": 1267842397
        },
        {
            "start": 1267842400,
            "stop": 1267849517
        },
        {
            "start": 1267849521,
            "stop": 1267851138
        },
        {
            "start": 1267851142,
            "stop": 1267853646
        },
        {
            "start": 1267853650,
            "stop": 1267855870
        },
        {
            "start": 1267855873,
            "stop": 1267856703
        },
        {
            "start": 1267856707,
            "stop": 1267856880
        },
        {
            "start": 1267856884,
            "stop": 1267859478
        },
        {
            "start": 1267859482,
            "stop": 1267864928
        },
        {
            "start": 1267864932,
            "stop": 1267866030
        },
        {
            "start": 1267866033,
            "stop": 1267866371
        },
        {
            "start": 1267866375,
            "stop": 1267868350
        },
        {
            "start": 1267868353,
            "stop": 1267870018
        },
        {
            "start": 1267870021,
            "stop": 1267870751
        },
        {
            "start": 1267870754,
            "stop": 1267872507
        },
        {
            "start": 1267872509,
            "stop": 1267874809
        },
        {
            "start": 1267874814,
            "stop": 1267875436
        },
        {
            "start": 1267875441,
            "stop": 1267878084
        },
        {
            "start": 1267878088,
            "stop": 1267878729
        }
    ]
}