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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4707",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4705",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4706,
    "results": [
        {
            "start": 969973765,
            "stop": 969973786
        },
        {
            "start": 969973789,
            "stop": 969973891
        },
        {
            "start": 969973894,
            "stop": 969973912
        },
        {
            "start": 969973915,
            "stop": 969973923
        },
        {
            "start": 969973926,
            "stop": 969973937
        },
        {
            "start": 969973940,
            "stop": 969974032
        },
        {
            "start": 969974035,
            "stop": 969974040
        },
        {
            "start": 969974043,
            "stop": 969974100
        },
        {
            "start": 969974103,
            "stop": 969974136
        },
        {
            "start": 969974139,
            "stop": 969974180
        },
        {
            "start": 969974183,
            "stop": 969974202
        },
        {
            "start": 969974205,
            "stop": 969974246
        },
        {
            "start": 969974249,
            "stop": 969974266
        },
        {
            "start": 969974269,
            "stop": 969974308
        },
        {
            "start": 969974571,
            "stop": 969974595
        },
        {
            "start": 969974598,
            "stop": 969974628
        },
        {
            "start": 969974631,
            "stop": 969974778
        },
        {
            "start": 969974781,
            "stop": 969974928
        },
        {
            "start": 969974934,
            "stop": 969975018
        },
        {
            "start": 969975021,
            "stop": 969975026
        }
    ]
}