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=5184
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=5185",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5183",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5184,
    "results": [
        {
            "start": 1136273010,
            "stop": 1136273023
        },
        {
            "start": 1136273027,
            "stop": 1136273036
        },
        {
            "start": 1136273038,
            "stop": 1136273043
        },
        {
            "start": 1136273045,
            "stop": 1136273047
        },
        {
            "start": 1136273050,
            "stop": 1136273125
        },
        {
            "start": 1136273127,
            "stop": 1136273146
        },
        {
            "start": 1136273148,
            "stop": 1136273175
        },
        {
            "start": 1136273177,
            "stop": 1136273178
        },
        {
            "start": 1136273180,
            "stop": 1136273236
        },
        {
            "start": 1136273238,
            "stop": 1136273250
        },
        {
            "start": 1136273252,
            "stop": 1136273265
        },
        {
            "start": 1136273267,
            "stop": 1136273301
        },
        {
            "start": 1136273303,
            "stop": 1136273306
        },
        {
            "start": 1136273308,
            "stop": 1136273384
        },
        {
            "start": 1136273386,
            "stop": 1136273411
        },
        {
            "start": 1136273413,
            "stop": 1136273443
        },
        {
            "start": 1136273445,
            "stop": 1136273465
        },
        {
            "start": 1136273467,
            "stop": 1136273470
        },
        {
            "start": 1136273471,
            "stop": 1136273478
        },
        {
            "start": 1136273480,
            "stop": 1136273501
        }
    ]
}