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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=712",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=710",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 711,
    "results": [
        {
            "start": 952404424,
            "stop": 952404442
        },
        {
            "start": 952404447,
            "stop": 952404960
        },
        {
            "start": 952407809,
            "stop": 952407884
        },
        {
            "start": 952407890,
            "stop": 952408036
        },
        {
            "start": 952408042,
            "stop": 952408072
        },
        {
            "start": 952408078,
            "stop": 952411169
        },
        {
            "start": 952411175,
            "stop": 952412514
        },
        {
            "start": 952414018,
            "stop": 952416995
        },
        {
            "start": 952417001,
            "stop": 952417418
        },
        {
            "start": 952418417,
            "stop": 952418968
        },
        {
            "start": 952419305,
            "stop": 952419868
        },
        {
            "start": 952420069,
            "stop": 952420776
        },
        {
            "start": 952420782,
            "stop": 952420865
        },
        {
            "start": 952420871,
            "stop": 952421765
        },
        {
            "start": 952421771,
            "stop": 952422355
        },
        {
            "start": 952423156,
            "stop": 952423294
        },
        {
            "start": 952423323,
            "stop": 952423324
        },
        {
            "start": 952423336,
            "stop": 952423352
        },
        {
            "start": 952423358,
            "stop": 952428702
        },
        {
            "start": 952428711,
            "stop": 952428983
        }
    ]
}