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=5209
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=5210",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5208",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5209,
    "results": [
        {
            "start": 1136285115,
            "stop": 1136285125
        },
        {
            "start": 1136285127,
            "stop": 1136285139
        },
        {
            "start": 1136285141,
            "stop": 1136285152
        },
        {
            "start": 1136285154,
            "stop": 1136285158
        },
        {
            "start": 1136285160,
            "stop": 1136285199
        },
        {
            "start": 1136285201,
            "stop": 1136285207
        },
        {
            "start": 1136285209,
            "stop": 1136285244
        },
        {
            "start": 1136285246,
            "stop": 1136285249
        },
        {
            "start": 1136285251,
            "stop": 1136285254
        },
        {
            "start": 1136285256,
            "stop": 1136285292
        },
        {
            "start": 1136285294,
            "stop": 1136285299
        },
        {
            "start": 1136285301,
            "stop": 1136285308
        },
        {
            "start": 1136285310,
            "stop": 1136285327
        },
        {
            "start": 1136285329,
            "stop": 1136285334
        },
        {
            "start": 1136285337,
            "stop": 1136285343
        },
        {
            "start": 1136285345,
            "stop": 1136285360
        },
        {
            "start": 1136285362,
            "stop": 1136285423
        },
        {
            "start": 1136285425,
            "stop": 1136285485
        },
        {
            "start": 1136285487,
            "stop": 1136285489
        },
        {
            "start": 1136285491,
            "stop": 1136285506
        }
    ]
}