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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8062",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8063,
    "results": [
        {
            "start": 872313718,
            "stop": 872313721
        },
        {
            "start": 872313743,
            "stop": 872313760
        },
        {
            "start": 872313809,
            "stop": 872313894
        },
        {
            "start": 872313934,
            "stop": 872313944
        },
        {
            "start": 872313992,
            "stop": 872314004
        },
        {
            "start": 872314039,
            "stop": 872314044
        },
        {
            "start": 872314063,
            "stop": 872314085
        },
        {
            "start": 872314134,
            "stop": 872314148
        },
        {
            "start": 872314167,
            "stop": 872314437
        },
        {
            "start": 872314475,
            "stop": 872314506
        },
        {
            "start": 872314600,
            "stop": 872314605
        },
        {
            "start": 872314654,
            "stop": 872314855
        },
        {
            "start": 872314905,
            "stop": 872314942
        },
        {
            "start": 872314976,
            "stop": 872314989
        },
        {
            "start": 872315011,
            "stop": 872315031
        },
        {
            "start": 872315093,
            "stop": 872315142
        },
        {
            "start": 872315186,
            "stop": 872315205
        },
        {
            "start": 872315224,
            "stop": 872315626
        },
        {
            "start": 872315683,
            "stop": 872315696
        },
        {
            "start": 872315761,
            "stop": 872315816
        }
    ]
}