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=4621
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=4622",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4620",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4621,
    "results": [
        {
            "start": 969347926,
            "stop": 969349137
        },
        {
            "start": 969349140,
            "stop": 969349755
        },
        {
            "start": 969349758,
            "stop": 969350172
        },
        {
            "start": 969350175,
            "stop": 969350431
        },
        {
            "start": 969350434,
            "stop": 969351014
        },
        {
            "start": 969351017,
            "stop": 969351712
        },
        {
            "start": 969351715,
            "stop": 969354470
        },
        {
            "start": 969354473,
            "stop": 969354855
        },
        {
            "start": 969354858,
            "stop": 969356216
        },
        {
            "start": 969356237,
            "stop": 969359115
        },
        {
            "start": 969359118,
            "stop": 969359934
        },
        {
            "start": 969359951,
            "stop": 969362306
        },
        {
            "start": 969362309,
            "stop": 969362407
        },
        {
            "start": 969362410,
            "stop": 969363291
        },
        {
            "start": 969363294,
            "stop": 969363309
        },
        {
            "start": 969363312,
            "stop": 969364174
        },
        {
            "start": 969364195,
            "stop": 969364313
        },
        {
            "start": 969364316,
            "stop": 969366238
        },
        {
            "start": 969366241,
            "stop": 969366335
        },
        {
            "start": 969366338,
            "stop": 969366931
        }
    ]
}