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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=42",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 43,
    "results": [
        {
            "start": 816429000,
            "stop": 816429304
        },
        {
            "start": 816429309,
            "stop": 816429546
        },
        {
            "start": 816429549,
            "stop": 816429553
        },
        {
            "start": 816429563,
            "stop": 816430302
        },
        {
            "start": 816430306,
            "stop": 816430442
        },
        {
            "start": 816430446,
            "stop": 816430858
        },
        {
            "start": 816430861,
            "stop": 816430969
        },
        {
            "start": 816430973,
            "stop": 816431299
        },
        {
            "start": 816431306,
            "stop": 816431449
        },
        {
            "start": 816431453,
            "stop": 816431470
        },
        {
            "start": 816431474,
            "stop": 816431477
        },
        {
            "start": 816431484,
            "stop": 816431485
        },
        {
            "start": 816431492,
            "stop": 816431847
        },
        {
            "start": 816431851,
            "stop": 816432050
        },
        {
            "start": 816432055,
            "stop": 816432105
        },
        {
            "start": 816432108,
            "stop": 816432130
        },
        {
            "start": 816432134,
            "stop": 816432136
        },
        {
            "start": 816432144,
            "stop": 816432407
        },
        {
            "start": 816432414,
            "stop": 816432425
        },
        {
            "start": 816432429,
            "stop": 816432516
        }
    ]
}