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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=103",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 104,
    "results": [
        {
            "start": 932408975,
            "stop": 932411080
        },
        {
            "start": 932411233,
            "stop": 932414172
        },
        {
            "start": 932414191,
            "stop": 932414358
        },
        {
            "start": 932414377,
            "stop": 932414408
        },
        {
            "start": 932414427,
            "stop": 932415813
        },
        {
            "start": 932415836,
            "stop": 932415929
        },
        {
            "start": 932415957,
            "stop": 932415996
        },
        {
            "start": 932416015,
            "stop": 932424062
        },
        {
            "start": 932424694,
            "stop": 932424871
        },
        {
            "start": 932426536,
            "stop": 932426702
        },
        {
            "start": 932426707,
            "stop": 932426760
        },
        {
            "start": 932426820,
            "stop": 932427755
        },
        {
            "start": 932427783,
            "stop": 932427832
        },
        {
            "start": 932427969,
            "stop": 932427976
        },
        {
            "start": 932432874,
            "stop": 932435810
        },
        {
            "start": 932435829,
            "stop": 932438133
        },
        {
            "start": 932438154,
            "stop": 932438457
        },
        {
            "start": 932438462,
            "stop": 932438932
        },
        {
            "start": 932438950,
            "stop": 932441001
        },
        {
            "start": 932441020,
            "stop": 932441184
        }
    ]
}