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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3851",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3852,
    "results": [
        {
            "start": 873670440,
            "stop": 873670888
        },
        {
            "start": 873670889,
            "stop": 873670979
        },
        {
            "start": 873670981,
            "stop": 873671026
        },
        {
            "start": 873671028,
            "stop": 873671129
        },
        {
            "start": 873671131,
            "stop": 873671253
        },
        {
            "start": 873671254,
            "stop": 873671311
        },
        {
            "start": 873671313,
            "stop": 873671353
        },
        {
            "start": 873671354,
            "stop": 873671400
        },
        {
            "start": 873671402,
            "stop": 873671460
        },
        {
            "start": 873671461,
            "stop": 873671503
        },
        {
            "start": 873671505,
            "stop": 873671645
        },
        {
            "start": 873671646,
            "stop": 873671721
        },
        {
            "start": 873671722,
            "stop": 873671791
        },
        {
            "start": 873671793,
            "stop": 873672080
        },
        {
            "start": 873672082,
            "stop": 873672090
        },
        {
            "start": 873672293,
            "stop": 873672309
        },
        {
            "start": 873672310,
            "stop": 873672330
        },
        {
            "start": 873672378,
            "stop": 873672721
        },
        {
            "start": 873672723,
            "stop": 873673140
        },
        {
            "start": 873673141,
            "stop": 873673280
        }
    ]
}