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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=23",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 24,
    "results": [
        {
            "start": 1399875999,
            "stop": 1399876304
        },
        {
            "start": 1399876305,
            "stop": 1399876908
        },
        {
            "start": 1399876909,
            "stop": 1399876977
        },
        {
            "start": 1399876985,
            "stop": 1399876989
        },
        {
            "start": 1399876997,
            "stop": 1399877004
        },
        {
            "start": 1399877009,
            "stop": 1399877325
        },
        {
            "start": 1399877329,
            "stop": 1399877441
        },
        {
            "start": 1399877449,
            "stop": 1399877481
        },
        {
            "start": 1399877483,
            "stop": 1399877489
        },
        {
            "start": 1399877501,
            "stop": 1399877509
        },
        {
            "start": 1399877513,
            "stop": 1399877562
        },
        {
            "start": 1399877564,
            "stop": 1399877569
        },
        {
            "start": 1399877570,
            "stop": 1399877628
        },
        {
            "start": 1399877630,
            "stop": 1399879468
        },
        {
            "start": 1399879469,
            "stop": 1399880069
        },
        {
            "start": 1399880073,
            "stop": 1399880088
        },
        {
            "start": 1399880091,
            "stop": 1399880109
        },
        {
            "start": 1399880118,
            "stop": 1399880121
        },
        {
            "start": 1399880123,
            "stop": 1399880125
        },
        {
            "start": 1399880129,
            "stop": 1399880132
        }
    ]
}