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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5332",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5330",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5331,
    "results": [
        {
            "start": 1136543953,
            "stop": 1136544047
        },
        {
            "start": 1136544049,
            "stop": 1136544053
        },
        {
            "start": 1136544055,
            "stop": 1136544620
        },
        {
            "start": 1136544622,
            "stop": 1136544721
        },
        {
            "start": 1136544723,
            "stop": 1136544845
        },
        {
            "start": 1136544847,
            "stop": 1136544886
        },
        {
            "start": 1136544888,
            "stop": 1136545077
        },
        {
            "start": 1136545079,
            "stop": 1136545101
        },
        {
            "start": 1136545103,
            "stop": 1136545109
        },
        {
            "start": 1136545111,
            "stop": 1136545145
        },
        {
            "start": 1136545147,
            "stop": 1136545165
        },
        {
            "start": 1136545169,
            "stop": 1136545187
        },
        {
            "start": 1136545189,
            "stop": 1136545335
        },
        {
            "start": 1136545337,
            "stop": 1136545353
        },
        {
            "start": 1136545355,
            "stop": 1136545427
        },
        {
            "start": 1136545429,
            "stop": 1136545473
        },
        {
            "start": 1136545475,
            "stop": 1136545574
        },
        {
            "start": 1136545576,
            "stop": 1136545861
        },
        {
            "start": 1136545863,
            "stop": 1136545987
        },
        {
            "start": 1136545989,
            "stop": 1136546111
        }
    ]
}