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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=125",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 126,
    "results": [
        {
            "start": 931681526,
            "stop": 931681527
        },
        {
            "start": 931681541,
            "stop": 931681543
        },
        {
            "start": 931681556,
            "stop": 931681564
        },
        {
            "start": 931681571,
            "stop": 931681582
        },
        {
            "start": 931681589,
            "stop": 931681593
        },
        {
            "start": 931681602,
            "stop": 931681607
        },
        {
            "start": 931681614,
            "stop": 931681625
        },
        {
            "start": 931681636,
            "stop": 931681660
        },
        {
            "start": 931681674,
            "stop": 931681675
        },
        {
            "start": 931681692,
            "stop": 931681696
        },
        {
            "start": 931681709,
            "stop": 931681711
        },
        {
            "start": 931681718,
            "stop": 931681722
        },
        {
            "start": 931681756,
            "stop": 931681759
        },
        {
            "start": 931681766,
            "stop": 931681771
        },
        {
            "start": 931681787,
            "stop": 931681788
        },
        {
            "start": 931681810,
            "stop": 931681812
        },
        {
            "start": 931681823,
            "stop": 931681828
        },
        {
            "start": 931681844,
            "stop": 931681847
        },
        {
            "start": 931681869,
            "stop": 931681870
        },
        {
            "start": 931681878,
            "stop": 931681884
        }
    ]
}