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=5337
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=5338",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5336",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5337,
    "results": [
        {
            "start": 1136590072,
            "stop": 1136590073
        },
        {
            "start": 1136590075,
            "stop": 1136590097
        },
        {
            "start": 1136590099,
            "stop": 1136590102
        },
        {
            "start": 1136590104,
            "stop": 1136590214
        },
        {
            "start": 1136590216,
            "stop": 1136590265
        },
        {
            "start": 1136590267,
            "stop": 1136590513
        },
        {
            "start": 1136590515,
            "stop": 1136590527
        },
        {
            "start": 1136590529,
            "stop": 1136590729
        },
        {
            "start": 1136590731,
            "stop": 1136591085
        },
        {
            "start": 1136591087,
            "stop": 1136591149
        },
        {
            "start": 1136591151,
            "stop": 1136591269
        },
        {
            "start": 1136591271,
            "stop": 1136591321
        },
        {
            "start": 1136591323,
            "stop": 1136591490
        },
        {
            "start": 1136591492,
            "stop": 1136591501
        },
        {
            "start": 1136591503,
            "stop": 1136591745
        },
        {
            "start": 1136591747,
            "stop": 1136591977
        },
        {
            "start": 1136591979,
            "stop": 1136592574
        },
        {
            "start": 1136592576,
            "stop": 1136592864
        },
        {
            "start": 1136592866,
            "stop": 1136592978
        },
        {
            "start": 1136592980,
            "stop": 1136593046
        }
    ]
}