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=4614
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=4615",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4613",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4614,
    "results": [
        {
            "start": 969269554,
            "stop": 969269593
        },
        {
            "start": 969269596,
            "stop": 969270134
        },
        {
            "start": 969270137,
            "stop": 969270908
        },
        {
            "start": 969270909,
            "stop": 969270993
        },
        {
            "start": 969270996,
            "stop": 969271482
        },
        {
            "start": 969271484,
            "stop": 969271638
        },
        {
            "start": 969271641,
            "stop": 969271731
        },
        {
            "start": 969271734,
            "stop": 969272014
        },
        {
            "start": 969272017,
            "stop": 969272179
        },
        {
            "start": 969272182,
            "stop": 969272738
        },
        {
            "start": 969272858,
            "stop": 969273018
        },
        {
            "start": 969273021,
            "stop": 969273257
        },
        {
            "start": 969273260,
            "stop": 969273927
        },
        {
            "start": 969273930,
            "stop": 969273931
        },
        {
            "start": 969273934,
            "stop": 969274073
        },
        {
            "start": 969274076,
            "stop": 969274080
        },
        {
            "start": 969274083,
            "stop": 969274207
        },
        {
            "start": 969274210,
            "stop": 969274342
        },
        {
            "start": 969274345,
            "stop": 969274360
        },
        {
            "start": 969274363,
            "stop": 969274438
        }
    ]
}