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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=441",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 442,
    "results": [
        {
            "start": 1261651390,
            "stop": 1261651500
        },
        {
            "start": 1261651503,
            "stop": 1261651505
        },
        {
            "start": 1261651508,
            "stop": 1261651820
        },
        {
            "start": 1261651823,
            "stop": 1261651824
        },
        {
            "start": 1261651827,
            "stop": 1261652124
        },
        {
            "start": 1261652127,
            "stop": 1261652790
        },
        {
            "start": 1261652793,
            "stop": 1261652953
        },
        {
            "start": 1261652956,
            "stop": 1261652960
        },
        {
            "start": 1261652963,
            "stop": 1261653165
        },
        {
            "start": 1261653168,
            "stop": 1261653614
        },
        {
            "start": 1261653617,
            "stop": 1261654335
        },
        {
            "start": 1261654338,
            "stop": 1261654349
        },
        {
            "start": 1261654352,
            "stop": 1261654846
        },
        {
            "start": 1261654848,
            "stop": 1261655443
        },
        {
            "start": 1261655446,
            "stop": 1261655447
        },
        {
            "start": 1261655450,
            "stop": 1261655451
        },
        {
            "start": 1261655454,
            "stop": 1261655510
        },
        {
            "start": 1261655513,
            "stop": 1261655518
        },
        {
            "start": 1261655521,
            "stop": 1261655681
        },
        {
            "start": 1261655684,
            "stop": 1261655689
        }
    ]
}