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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=724",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=722",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 723,
    "results": [
        {
            "start": 1248992167,
            "stop": 1248992180
        },
        {
            "start": 1248992191,
            "stop": 1248992561
        },
        {
            "start": 1248992564,
            "stop": 1248992567
        },
        {
            "start": 1248992568,
            "stop": 1248992576
        },
        {
            "start": 1248992581,
            "stop": 1248992585
        },
        {
            "start": 1248992588,
            "stop": 1248992598
        },
        {
            "start": 1248992603,
            "stop": 1248992789
        },
        {
            "start": 1248992794,
            "stop": 1248992796
        },
        {
            "start": 1248992801,
            "stop": 1248992837
        },
        {
            "start": 1248992839,
            "stop": 1248992840
        },
        {
            "start": 1248992847,
            "stop": 1248992849
        },
        {
            "start": 1248992853,
            "stop": 1248992876
        },
        {
            "start": 1248992881,
            "stop": 1248992884
        },
        {
            "start": 1248992891,
            "stop": 1248992895
        },
        {
            "start": 1248992896,
            "stop": 1248992899
        },
        {
            "start": 1248992902,
            "stop": 1248992962
        },
        {
            "start": 1248992965,
            "stop": 1248992966
        },
        {
            "start": 1248992967,
            "stop": 1248992987
        },
        {
            "start": 1248992988,
            "stop": 1248993009
        },
        {
            "start": 1248993012,
            "stop": 1248993013
        }
    ]
}