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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5277",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5278,
    "results": [
        {
            "start": 874803499,
            "stop": 874803783
        },
        {
            "start": 874803790,
            "stop": 874803804
        },
        {
            "start": 874803876,
            "stop": 874803904
        },
        {
            "start": 874803911,
            "stop": 874804017
        },
        {
            "start": 874804025,
            "stop": 874804075
        },
        {
            "start": 874804082,
            "stop": 874804190
        },
        {
            "start": 874804200,
            "stop": 874804485
        },
        {
            "start": 874804493,
            "stop": 874804713
        },
        {
            "start": 874804751,
            "stop": 874804914
        },
        {
            "start": 874804951,
            "stop": 874805237
        },
        {
            "start": 874805423,
            "stop": 874805504
        },
        {
            "start": 874805512,
            "stop": 874805570
        },
        {
            "start": 874805607,
            "stop": 874805945
        },
        {
            "start": 874805952,
            "stop": 874805995
        },
        {
            "start": 874806035,
            "stop": 874806110
        },
        {
            "start": 874806118,
            "stop": 874806660
        },
        {
            "start": 874806757,
            "stop": 874807085
        },
        {
            "start": 874807092,
            "stop": 874807170
        },
        {
            "start": 874808192,
            "stop": 874808266
        },
        {
            "start": 874808306,
            "stop": 874808343
        }
    ]
}