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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=341",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 342,
    "results": [
        {
            "start": 931919362,
            "stop": 931919366
        },
        {
            "start": 931919372,
            "stop": 931919373
        },
        {
            "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
        }
    ]
}