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=5260
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=5261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5259",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5260,
    "results": [
        {
            "start": 874647409,
            "stop": 874647425
        },
        {
            "start": 874647465,
            "stop": 874647586
        },
        {
            "start": 874647622,
            "stop": 874647703
        },
        {
            "start": 874647743,
            "stop": 874648674
        },
        {
            "start": 874648710,
            "stop": 874648769
        },
        {
            "start": 874648805,
            "stop": 874648806
        },
        {
            "start": 874648846,
            "stop": 874648857
        },
        {
            "start": 874648893,
            "stop": 874648905
        },
        {
            "start": 874648955,
            "stop": 874649068
        },
        {
            "start": 874649104,
            "stop": 874649392
        },
        {
            "start": 874649458,
            "stop": 874650655
        },
        {
            "start": 874650692,
            "stop": 874652716
        },
        {
            "start": 874652733,
            "stop": 874653279
        },
        {
            "start": 874653317,
            "stop": 874653557
        },
        {
            "start": 874653593,
            "stop": 874653644
        },
        {
            "start": 874653766,
            "stop": 874653778
        },
        {
            "start": 874653850,
            "stop": 874653900
        },
        {
            "start": 874653941,
            "stop": 874653950
        },
        {
            "start": 874653986,
            "stop": 874654248
        },
        {
            "start": 874654284,
            "stop": 874654351
        }
    ]
}