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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=340",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 341,
    "results": [
        {
            "start": 931919377,
            "stop": 931919380
        },
        {
            "start": 931919382,
            "stop": 931919400
        },
        {
            "start": 931919403,
            "stop": 931919410
        },
        {
            "start": 931919414,
            "stop": 931919418
        },
        {
            "start": 931919420,
            "stop": 931919439
        },
        {
            "start": 931919441,
            "stop": 931919451
        },
        {
            "start": 931919453,
            "stop": 931919454
        },
        {
            "start": 931919457,
            "stop": 931919460
        },
        {
            "start": 931919462,
            "stop": 931919472
        },
        {
            "start": 931919474,
            "stop": 931919476
        },
        {
            "start": 931919478,
            "stop": 931919481
        },
        {
            "start": 931919483,
            "stop": 931919512
        },
        {
            "start": 931919514,
            "stop": 931919522
        },
        {
            "start": 931919525,
            "stop": 931919530
        },
        {
            "start": 931919532,
            "stop": 931919538
        },
        {
            "start": 931919539,
            "stop": 931919555
        },
        {
            "start": 931919561,
            "stop": 931919576
        },
        {
            "start": 931919578,
            "stop": 931919580
        },
        {
            "start": 931919582,
            "stop": 931919588
        },
        {
            "start": 931919590,
            "stop": 931919592
        }
    ]
}