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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=355",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 356,
    "results": [
        {
            "start": 1384800383,
            "stop": 1384809521
        },
        {
            "start": 1384809525,
            "stop": 1384838933
        },
        {
            "start": 1384838937,
            "stop": 1384853122
        },
        {
            "start": 1384870297,
            "stop": 1384870519
        },
        {
            "start": 1384882126,
            "stop": 1384885437
        },
        {
            "start": 1384885442,
            "stop": 1384886787
        },
        {
            "start": 1384886792,
            "stop": 1384888328
        },
        {
            "start": 1384888333,
            "stop": 1384889697
        },
        {
            "start": 1384897148,
            "stop": 1384897156
        },
        {
            "start": 1384897158,
            "stop": 1384912305
        },
        {
            "start": 1384912309,
            "stop": 1384917290
        },
        {
            "start": 1384923142,
            "stop": 1384923885
        },
        {
            "start": 1384923888,
            "stop": 1384927144
        },
        {
            "start": 1384927147,
            "stop": 1384928673
        },
        {
            "start": 1384928677,
            "stop": 1384932298
        },
        {
            "start": 1384932301,
            "stop": 1384940176
        },
        {
            "start": 1384940180,
            "stop": 1384943005
        },
        {
            "start": 1384943009,
            "stop": 1384953362
        },
        {
            "start": 1384953365,
            "stop": 1384956149
        },
        {
            "start": 1384956152,
            "stop": 1384975511
        }
    ]
}