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/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 103,
    "results": [
        {
            "start": 1408777984,
            "stop": 1408784449
        },
        {
            "start": 1408784450,
            "stop": 1408789522
        },
        {
            "start": 1408789525,
            "stop": 1408790093
        },
        {
            "start": 1408790096,
            "stop": 1408790849
        },
        {
            "start": 1408790854,
            "stop": 1408791417
        },
        {
            "start": 1408791422,
            "stop": 1408802418
        },
        {
            "start": 1408820356,
            "stop": 1408826522
        },
        {
            "start": 1408826699,
            "stop": 1408831620
        },
        {
            "start": 1408831625,
            "stop": 1408832429
        },
        {
            "start": 1408832569,
            "stop": 1408844076
        },
        {
            "start": 1408844169,
            "stop": 1408859041
        },
        {
            "start": 1408859046,
            "stop": 1408864510
        },
        {
            "start": 1408864514,
            "stop": 1408868533
        },
        {
            "start": 1408868537,
            "stop": 1408876935
        },
        {
            "start": 1408876938,
            "stop": 1408879055
        },
        {
            "start": 1408879059,
            "stop": 1408889631
        },
        {
            "start": 1408889636,
            "stop": 1408890280
        },
        {
            "start": 1408890284,
            "stop": 1408892881
        },
        {
            "start": 1408892886,
            "stop": 1408894868
        },
        {
            "start": 1408907064,
            "stop": 1408908240
        }
    ]
}