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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=314",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 315,
    "results": [
        {
            "start": 861383525,
            "stop": 861384388
        },
        {
            "start": 861384950,
            "stop": 861393612
        },
        {
            "start": 861394259,
            "stop": 861394763
        },
        {
            "start": 861395797,
            "stop": 861397600
        },
        {
            "start": 861400818,
            "stop": 861416276
        },
        {
            "start": 861416367,
            "stop": 861430635
        },
        {
            "start": 861431814,
            "stop": 861446259
        },
        {
            "start": 861448032,
            "stop": 861452331
        },
        {
            "start": 861452740,
            "stop": 861452778
        },
        {
            "start": 861455097,
            "stop": 861458446
        },
        {
            "start": 861476823,
            "stop": 861477110
        },
        {
            "start": 861477988,
            "stop": 861478895
        },
        {
            "start": 861478984,
            "stop": 861479291
        },
        {
            "start": 861480123,
            "stop": 861483123
        },
        {
            "start": 861485075,
            "stop": 861487023
        },
        {
            "start": 861489324,
            "stop": 861490272
        },
        {
            "start": 861491942,
            "stop": 861496830
        },
        {
            "start": 861496929,
            "stop": 861496930
        },
        {
            "start": 861496938,
            "stop": 861498363
        },
        {
            "start": 861498410,
            "stop": 861514817
        }
    ]
}