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=2261
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=2262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2260",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2261,
    "results": [
        {
            "start": 873406755,
            "stop": 873406759
        },
        {
            "start": 873406778,
            "stop": 873406779
        },
        {
            "start": 873406799,
            "stop": 873406974
        },
        {
            "start": 873406993,
            "stop": 873407062
        },
        {
            "start": 873407081,
            "stop": 873407089
        },
        {
            "start": 873407108,
            "stop": 873407138
        },
        {
            "start": 873407181,
            "stop": 873411145
        },
        {
            "start": 873411167,
            "stop": 873411448
        },
        {
            "start": 873411467,
            "stop": 873411791
        },
        {
            "start": 873411811,
            "stop": 873411829
        },
        {
            "start": 873411862,
            "stop": 873411873
        },
        {
            "start": 873411944,
            "stop": 873412489
        },
        {
            "start": 873412525,
            "stop": 873413974
        },
        {
            "start": 873413993,
            "stop": 873414000
        },
        {
            "start": 873414019,
            "stop": 873414296
        },
        {
            "start": 873414378,
            "stop": 873414380
        },
        {
            "start": 873414513,
            "stop": 873419008
        },
        {
            "start": 873419027,
            "stop": 873419718
        },
        {
            "start": 873421793,
            "stop": 873421800
        },
        {
            "start": 873421823,
            "stop": 873421892
        }
    ]
}