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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=149",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 150,
    "results": [
        {
            "start": 932817303,
            "stop": 932817330
        },
        {
            "start": 932817335,
            "stop": 932817356
        },
        {
            "start": 932817361,
            "stop": 932817369
        },
        {
            "start": 932817387,
            "stop": 932817399
        },
        {
            "start": 932817426,
            "stop": 932817503
        },
        {
            "start": 932817508,
            "stop": 932817564
        },
        {
            "start": 932817591,
            "stop": 932817612
        },
        {
            "start": 932817617,
            "stop": 932817694
        },
        {
            "start": 932817716,
            "stop": 932817718
        },
        {
            "start": 932817723,
            "stop": 932817748
        },
        {
            "start": 932817753,
            "stop": 932817803
        },
        {
            "start": 932817839,
            "stop": 932818060
        },
        {
            "start": 932818065,
            "stop": 932818103
        },
        {
            "start": 932818108,
            "stop": 932818184
        },
        {
            "start": 932818189,
            "stop": 932818636
        },
        {
            "start": 932818641,
            "stop": 932818724
        },
        {
            "start": 932818975,
            "stop": 932819030
        },
        {
            "start": 932819035,
            "stop": 932819054
        },
        {
            "start": 932819092,
            "stop": 932819149
        },
        {
            "start": 932819154,
            "stop": 932819432
        }
    ]
}