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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1701",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1699",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1700,
    "results": [
        {
            "start": 1249030874,
            "stop": 1249030990
        },
        {
            "start": 1249030993,
            "stop": 1249031218
        },
        {
            "start": 1249031221,
            "stop": 1249031255
        },
        {
            "start": 1249031258,
            "stop": 1249031633
        },
        {
            "start": 1249031636,
            "stop": 1249031775
        },
        {
            "start": 1249031778,
            "stop": 1249032414
        },
        {
            "start": 1249032417,
            "stop": 1249033650
        },
        {
            "start": 1249033653,
            "stop": 1249034094
        },
        {
            "start": 1249034097,
            "stop": 1249034213
        },
        {
            "start": 1249034216,
            "stop": 1249034331
        },
        {
            "start": 1249034334,
            "stop": 1249034345
        },
        {
            "start": 1249034347,
            "stop": 1249034563
        },
        {
            "start": 1249034566,
            "stop": 1249035382
        },
        {
            "start": 1249035385,
            "stop": 1249035632
        },
        {
            "start": 1249035640,
            "stop": 1249036214
        },
        {
            "start": 1249036216,
            "stop": 1249036586
        },
        {
            "start": 1249036589,
            "stop": 1249037345
        },
        {
            "start": 1249037348,
            "stop": 1249037480
        },
        {
            "start": 1249037483,
            "stop": 1249037522
        },
        {
            "start": 1249037525,
            "stop": 1249038139
        }
    ]
}