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=5299
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=5300",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5298",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5299,
    "results": [
        {
            "start": 1136464318,
            "stop": 1136464563
        },
        {
            "start": 1136464565,
            "stop": 1136465153
        },
        {
            "start": 1136465155,
            "stop": 1136465594
        },
        {
            "start": 1136465596,
            "stop": 1136465938
        },
        {
            "start": 1136465940,
            "stop": 1136466232
        },
        {
            "start": 1136466234,
            "stop": 1136466322
        },
        {
            "start": 1136466324,
            "stop": 1136466336
        },
        {
            "start": 1136466338,
            "stop": 1136466358
        },
        {
            "start": 1136466360,
            "stop": 1136466387
        },
        {
            "start": 1136466389,
            "stop": 1136466474
        },
        {
            "start": 1136466476,
            "stop": 1136466545
        },
        {
            "start": 1136466547,
            "stop": 1136466830
        },
        {
            "start": 1136466832,
            "stop": 1136466918
        },
        {
            "start": 1136466920,
            "stop": 1136466988
        },
        {
            "start": 1136466990,
            "stop": 1136467478
        },
        {
            "start": 1136467482,
            "stop": 1136467525
        },
        {
            "start": 1136467527,
            "stop": 1136467718
        },
        {
            "start": 1136467720,
            "stop": 1136468012
        },
        {
            "start": 1136468014,
            "stop": 1136468055
        },
        {
            "start": 1136468057,
            "stop": 1136468174
        }
    ]
}