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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5029",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5030,
    "results": [
        {
            "start": 872496297,
            "stop": 872496315
        },
        {
            "start": 872497895,
            "stop": 872498369
        },
        {
            "start": 872498386,
            "stop": 872498391
        },
        {
            "start": 872498429,
            "stop": 872498521
        },
        {
            "start": 872498557,
            "stop": 872500611
        },
        {
            "start": 872500628,
            "stop": 872501031
        },
        {
            "start": 872501067,
            "stop": 872501176
        },
        {
            "start": 872501239,
            "stop": 872501700
        },
        {
            "start": 872501736,
            "stop": 872501953
        },
        {
            "start": 872502015,
            "stop": 872502028
        },
        {
            "start": 872502064,
            "stop": 872502168
        },
        {
            "start": 872502216,
            "stop": 872502231
        },
        {
            "start": 872502301,
            "stop": 872502570
        },
        {
            "start": 872502621,
            "stop": 872502792
        },
        {
            "start": 872502828,
            "stop": 872503072
        },
        {
            "start": 872503089,
            "stop": 872503184
        },
        {
            "start": 872503220,
            "stop": 872503311
        },
        {
            "start": 872503328,
            "stop": 872504464
        },
        {
            "start": 872504500,
            "stop": 872504781
        },
        {
            "start": 872504876,
            "stop": 872505382
        }
    ]
}