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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=140",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 141,
    "results": [
        {
            "start": 816841389,
            "stop": 816841429
        },
        {
            "start": 816841433,
            "stop": 816841436
        },
        {
            "start": 816841442,
            "stop": 816841500
        },
        {
            "start": 816841506,
            "stop": 816841509
        },
        {
            "start": 816841513,
            "stop": 816841523
        },
        {
            "start": 816841528,
            "stop": 816841529
        },
        {
            "start": 816841534,
            "stop": 816841536
        },
        {
            "start": 816841542,
            "stop": 816841543
        },
        {
            "start": 816841550,
            "stop": 816841557
        },
        {
            "start": 816841561,
            "stop": 816841589
        },
        {
            "start": 816841597,
            "stop": 816841618
        },
        {
            "start": 816841625,
            "stop": 816841702
        },
        {
            "start": 816841707,
            "stop": 816841754
        },
        {
            "start": 816841759,
            "stop": 816841762
        },
        {
            "start": 816841766,
            "stop": 816841770
        },
        {
            "start": 816841774,
            "stop": 816841797
        },
        {
            "start": 816841802,
            "stop": 816841824
        },
        {
            "start": 816841829,
            "stop": 816841835
        },
        {
            "start": 816841842,
            "stop": 816841843
        },
        {
            "start": 816841857,
            "stop": 816841859
        }
    ]
}