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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=139",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 140,
    "results": [
        {
            "start": 1260298918,
            "stop": 1260299330
        },
        {
            "start": 1260299335,
            "stop": 1260300640
        },
        {
            "start": 1260300644,
            "stop": 1260304736
        },
        {
            "start": 1260304741,
            "stop": 1260305906
        },
        {
            "start": 1260305911,
            "stop": 1260307104
        },
        {
            "start": 1260307107,
            "stop": 1260307168
        },
        {
            "start": 1260307170,
            "stop": 1260307192
        },
        {
            "start": 1260307193,
            "stop": 1260308578
        },
        {
            "start": 1260308579,
            "stop": 1260309849
        },
        {
            "start": 1260309852,
            "stop": 1260313768
        },
        {
            "start": 1260313773,
            "stop": 1260315438
        },
        {
            "start": 1260315440,
            "stop": 1260316255
        },
        {
            "start": 1260316258,
            "stop": 1260316362
        },
        {
            "start": 1260316363,
            "stop": 1260317602
        },
        {
            "start": 1260317607,
            "stop": 1260319700
        },
        {
            "start": 1260319705,
            "stop": 1260323664
        },
        {
            "start": 1260323668,
            "stop": 1260325544
        },
        {
            "start": 1260325552,
            "stop": 1260328762
        },
        {
            "start": 1260328766,
            "stop": 1260329579
        },
        {
            "start": 1260329584,
            "stop": 1260329601
        }
    ]
}