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=5325
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=5326",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5324",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5325,
    "results": [
        {
            "start": 1136530963,
            "stop": 1136531009
        },
        {
            "start": 1136531011,
            "stop": 1136531110
        },
        {
            "start": 1136531112,
            "stop": 1136531123
        },
        {
            "start": 1136531126,
            "stop": 1136531136
        },
        {
            "start": 1136531138,
            "stop": 1136531180
        },
        {
            "start": 1136531182,
            "stop": 1136531191
        },
        {
            "start": 1136531193,
            "stop": 1136531287
        },
        {
            "start": 1136531289,
            "stop": 1136531331
        },
        {
            "start": 1136531333,
            "stop": 1136531345
        },
        {
            "start": 1136531348,
            "stop": 1136531350
        },
        {
            "start": 1136531352,
            "stop": 1136531353
        },
        {
            "start": 1136531355,
            "stop": 1136531612
        },
        {
            "start": 1136531614,
            "stop": 1136531666
        },
        {
            "start": 1136531668,
            "stop": 1136531685
        },
        {
            "start": 1136531687,
            "stop": 1136531797
        },
        {
            "start": 1136531799,
            "stop": 1136531804
        },
        {
            "start": 1136531806,
            "stop": 1136531841
        },
        {
            "start": 1136531843,
            "stop": 1136531894
        },
        {
            "start": 1136531896,
            "stop": 1136531898
        },
        {
            "start": 1136531900,
            "stop": 1136532002
        }
    ]
}