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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=165",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 166,
    "results": [
        {
            "start": 816858378,
            "stop": 816858380
        },
        {
            "start": 816858392,
            "stop": 816858393
        },
        {
            "start": 816858399,
            "stop": 816858400
        },
        {
            "start": 816858419,
            "stop": 816858507
        },
        {
            "start": 816858511,
            "stop": 816858567
        },
        {
            "start": 816858572,
            "stop": 816858617
        },
        {
            "start": 816858620,
            "stop": 816858622
        },
        {
            "start": 816858627,
            "stop": 816858747
        },
        {
            "start": 816858759,
            "stop": 816858761
        },
        {
            "start": 816858766,
            "stop": 816858768
        },
        {
            "start": 816858772,
            "stop": 816858775
        },
        {
            "start": 816858778,
            "stop": 816858850
        },
        {
            "start": 816858853,
            "stop": 816858862
        },
        {
            "start": 816858867,
            "stop": 816858883
        },
        {
            "start": 816858887,
            "stop": 816858888
        },
        {
            "start": 816858922,
            "stop": 816858923
        },
        {
            "start": 816858932,
            "stop": 816858935
        },
        {
            "start": 816858942,
            "stop": 816858977
        },
        {
            "start": 816858982,
            "stop": 816859013
        },
        {
            "start": 816859019,
            "stop": 816859079
        }
    ]
}