Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 44,
    "results": [
        {
            "start": 1238617326,
            "stop": 1238617420
        },
        {
            "start": 1238617426,
            "stop": 1238617440
        },
        {
            "start": 1238617443,
            "stop": 1238617453
        },
        {
            "start": 1238617454,
            "stop": 1238617458
        },
        {
            "start": 1238617459,
            "stop": 1238617465
        },
        {
            "start": 1238617468,
            "stop": 1238617469
        },
        {
            "start": 1238617472,
            "stop": 1238617751
        },
        {
            "start": 1238617754,
            "stop": 1238617755
        },
        {
            "start": 1238617758,
            "stop": 1238617763
        },
        {
            "start": 1238617766,
            "stop": 1238617767
        },
        {
            "start": 1238617770,
            "stop": 1238617771
        },
        {
            "start": 1238617773,
            "stop": 1238617774
        },
        {
            "start": 1238617775,
            "stop": 1238617789
        },
        {
            "start": 1238617790,
            "stop": 1238617796
        },
        {
            "start": 1238617797,
            "stop": 1238617819
        },
        {
            "start": 1238617822,
            "stop": 1238617881
        },
        {
            "start": 1238617888,
            "stop": 1238618014
        },
        {
            "start": 1238618015,
            "stop": 1238618018
        },
        {
            "start": 1238618022,
            "stop": 1238618027
        },
        {
            "start": 1238618032,
            "stop": 1238618034
        }
    ]
}