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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=299",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 300,
    "results": [
        {
            "start": 1263364216,
            "stop": 1263364512
        },
        {
            "start": 1263364514,
            "stop": 1263364719
        },
        {
            "start": 1263364723,
            "stop": 1263364932
        },
        {
            "start": 1263364937,
            "stop": 1263365255
        },
        {
            "start": 1263365260,
            "stop": 1263365329
        },
        {
            "start": 1263365335,
            "stop": 1263365412
        },
        {
            "start": 1263365417,
            "stop": 1263365484
        },
        {
            "start": 1263365487,
            "stop": 1263365515
        },
        {
            "start": 1263365520,
            "stop": 1263365527
        },
        {
            "start": 1263365530,
            "stop": 1263365847
        },
        {
            "start": 1263365852,
            "stop": 1263365926
        },
        {
            "start": 1263365931,
            "stop": 1263366140
        },
        {
            "start": 1263366145,
            "stop": 1263366557
        },
        {
            "start": 1263366560,
            "stop": 1263366602
        },
        {
            "start": 1263366607,
            "stop": 1263366721
        },
        {
            "start": 1263366726,
            "stop": 1263366816
        },
        {
            "start": 1263366820,
            "stop": 1263367096
        },
        {
            "start": 1263367101,
            "stop": 1263367395
        },
        {
            "start": 1263367404,
            "stop": 1263367500
        },
        {
            "start": 1263367505,
            "stop": 1263367657
        }
    ]
}