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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=173",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 174,
    "results": [
        {
            "start": 816863918,
            "stop": 816863921
        },
        {
            "start": 816863940,
            "stop": 816863942
        },
        {
            "start": 816863947,
            "stop": 816863948
        },
        {
            "start": 816863955,
            "stop": 816863957
        },
        {
            "start": 816863962,
            "stop": 816863971
        },
        {
            "start": 816863976,
            "stop": 816864038
        },
        {
            "start": 816864043,
            "stop": 816864061
        },
        {
            "start": 816864065,
            "stop": 816864073
        },
        {
            "start": 816908980,
            "stop": 816908984
        },
        {
            "start": 816908988,
            "stop": 816908990
        },
        {
            "start": 816908997,
            "stop": 816909006
        },
        {
            "start": 816909011,
            "stop": 816909020
        },
        {
            "start": 816909023,
            "stop": 816909032
        },
        {
            "start": 816909046,
            "stop": 816909047
        },
        {
            "start": 816909052,
            "stop": 816909056
        },
        {
            "start": 816909089,
            "stop": 816909092
        },
        {
            "start": 816909146,
            "stop": 816909149
        },
        {
            "start": 816909175,
            "stop": 816909179
        },
        {
            "start": 816909184,
            "stop": 816909186
        },
        {
            "start": 816909191,
            "stop": 816909251
        }
    ]
}