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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=190",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 191,
    "results": [
        {
            "start": 1261677771,
            "stop": 1261677820
        },
        {
            "start": 1261677825,
            "stop": 1261678052
        },
        {
            "start": 1261678057,
            "stop": 1261678430
        },
        {
            "start": 1261678434,
            "stop": 1261678438
        },
        {
            "start": 1261678443,
            "stop": 1261678568
        },
        {
            "start": 1261678571,
            "stop": 1261678681
        },
        {
            "start": 1261678683,
            "stop": 1261678718
        },
        {
            "start": 1261678721,
            "stop": 1261678895
        },
        {
            "start": 1261678899,
            "stop": 1261679294
        },
        {
            "start": 1261679298,
            "stop": 1261679744
        },
        {
            "start": 1261679749,
            "stop": 1261680091
        },
        {
            "start": 1261680094,
            "stop": 1261680131
        },
        {
            "start": 1261680136,
            "stop": 1261680205
        },
        {
            "start": 1261680210,
            "stop": 1261681611
        },
        {
            "start": 1261681616,
            "stop": 1261681856
        },
        {
            "start": 1261681860,
            "stop": 1261682054
        },
        {
            "start": 1261682059,
            "stop": 1261682335
        },
        {
            "start": 1261682337,
            "stop": 1261682372
        },
        {
            "start": 1261682374,
            "stop": 1261684046
        },
        {
            "start": 1261684051,
            "stop": 1261685662
        }
    ]
}