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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1771",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1772,
    "results": [
        {
            "start": 959199839,
            "stop": 959199939
        },
        {
            "start": 959199941,
            "stop": 959199949
        },
        {
            "start": 959199951,
            "stop": 959200107
        },
        {
            "start": 959200109,
            "stop": 959200769
        },
        {
            "start": 959200771,
            "stop": 959200832
        },
        {
            "start": 959200834,
            "stop": 959202245
        },
        {
            "start": 959202246,
            "stop": 959202411
        },
        {
            "start": 959202414,
            "stop": 959202613
        },
        {
            "start": 959202615,
            "stop": 959202622
        },
        {
            "start": 959202624,
            "stop": 959202647
        },
        {
            "start": 959202651,
            "stop": 959202657
        },
        {
            "start": 959202659,
            "stop": 959202685
        },
        {
            "start": 959202688,
            "stop": 959202694
        },
        {
            "start": 959202695,
            "stop": 959202720
        },
        {
            "start": 959202722,
            "stop": 959202746
        },
        {
            "start": 959202750,
            "stop": 959202752
        },
        {
            "start": 959202754,
            "stop": 959202955
        },
        {
            "start": 959202957,
            "stop": 959203000
        },
        {
            "start": 959203003,
            "stop": 959203050
        },
        {
            "start": 959203052,
            "stop": 959203207
        }
    ]
}