Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=74
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 74,
    "results": [
        {
            "start": 931503392,
            "stop": 931503395
        },
        {
            "start": 931503398,
            "stop": 931503409
        },
        {
            "start": 931503412,
            "stop": 931503415
        },
        {
            "start": 931503419,
            "stop": 931503425
        },
        {
            "start": 931503431,
            "stop": 931503433
        },
        {
            "start": 931503436,
            "stop": 931503439
        },
        {
            "start": 931503449,
            "stop": 931503453
        },
        {
            "start": 931503462,
            "stop": 931503474
        },
        {
            "start": 931503484,
            "stop": 931503485
        },
        {
            "start": 931503488,
            "stop": 931503489
        },
        {
            "start": 931503498,
            "stop": 931503501
        },
        {
            "start": 931503504,
            "stop": 931503508
        },
        {
            "start": 931503512,
            "stop": 931503524
        },
        {
            "start": 931503527,
            "stop": 931503532
        },
        {
            "start": 931503535,
            "stop": 931503536
        },
        {
            "start": 931503539,
            "stop": 931503540
        },
        {
            "start": 931503543,
            "stop": 931503547
        },
        {
            "start": 931503550,
            "stop": 931503551
        },
        {
            "start": 931503558,
            "stop": 931503561
        },
        {
            "start": 931503564,
            "stop": 931503565
        }
    ]
}