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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=50",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 51,
    "results": [
        {
            "start": 816460176,
            "stop": 816460259
        },
        {
            "start": 816460263,
            "stop": 816460296
        },
        {
            "start": 816460301,
            "stop": 816460302
        },
        {
            "start": 816460308,
            "stop": 816460390
        },
        {
            "start": 816460395,
            "stop": 816460495
        },
        {
            "start": 816460501,
            "stop": 816460548
        },
        {
            "start": 816460551,
            "stop": 816460635
        },
        {
            "start": 816460640,
            "stop": 816460650
        },
        {
            "start": 816460659,
            "stop": 816460663
        },
        {
            "start": 816460667,
            "stop": 816460688
        },
        {
            "start": 816460695,
            "stop": 816460697
        },
        {
            "start": 816460712,
            "stop": 816460713
        },
        {
            "start": 816460730,
            "stop": 816460744
        },
        {
            "start": 816460749,
            "stop": 816460750
        },
        {
            "start": 816460763,
            "stop": 816460765
        },
        {
            "start": 816460771,
            "stop": 816460774
        },
        {
            "start": 816460780,
            "stop": 816460782
        },
        {
            "start": 816460787,
            "stop": 816460820
        },
        {
            "start": 816460825,
            "stop": 816460827
        },
        {
            "start": 816460834,
            "stop": 816460839
        }
    ]
}