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=5271
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=5272",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5270",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5271,
    "results": [
        {
            "start": 1136397554,
            "stop": 1136397563
        },
        {
            "start": 1136397565,
            "stop": 1136397570
        },
        {
            "start": 1136397572,
            "stop": 1136397576
        },
        {
            "start": 1136397578,
            "stop": 1136397601
        },
        {
            "start": 1136397602,
            "stop": 1136397613
        },
        {
            "start": 1136397615,
            "stop": 1136397652
        },
        {
            "start": 1136397654,
            "stop": 1136397779
        },
        {
            "start": 1136397781,
            "stop": 1136397804
        },
        {
            "start": 1136397806,
            "stop": 1136397874
        },
        {
            "start": 1136397876,
            "stop": 1136397942
        },
        {
            "start": 1136397944,
            "stop": 1136397983
        },
        {
            "start": 1136397985,
            "stop": 1136398081
        },
        {
            "start": 1136398083,
            "stop": 1136398105
        },
        {
            "start": 1136398107,
            "stop": 1136398130
        },
        {
            "start": 1136398132,
            "stop": 1136398144
        },
        {
            "start": 1136398145,
            "stop": 1136398180
        },
        {
            "start": 1136398182,
            "stop": 1136398201
        },
        {
            "start": 1136398203,
            "stop": 1136398231
        },
        {
            "start": 1136398233,
            "stop": 1136398251
        },
        {
            "start": 1136398253,
            "stop": 1136398271
        }
    ]
}