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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2111",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2112,
    "results": [
        {
            "start": 872031929,
            "stop": 872032681
        },
        {
            "start": 872032698,
            "stop": 872035515
        },
        {
            "start": 872035534,
            "stop": 872039206
        },
        {
            "start": 872039225,
            "stop": 872039469
        },
        {
            "start": 872039500,
            "stop": 872039668
        },
        {
            "start": 872039690,
            "stop": 872043401
        },
        {
            "start": 872043419,
            "stop": 872051247
        },
        {
            "start": 872051253,
            "stop": 872065666
        },
        {
            "start": 872065684,
            "stop": 872065891
        },
        {
            "start": 872066781,
            "stop": 872081902
        },
        {
            "start": 872081921,
            "stop": 872084166
        },
        {
            "start": 872084428,
            "stop": 872085529
        },
        {
            "start": 872085548,
            "stop": 872085603
        },
        {
            "start": 872085622,
            "stop": 872086125
        },
        {
            "start": 872086144,
            "stop": 872086145
        },
        {
            "start": 872086164,
            "stop": 872086232
        },
        {
            "start": 872086251,
            "stop": 872086292
        },
        {
            "start": 872086331,
            "stop": 872086345
        },
        {
            "start": 872086362,
            "stop": 872086385
        },
        {
            "start": 872086436,
            "stop": 872086455
        }
    ]
}