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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2360",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2361,
    "results": [
        {
            "start": 872267931,
            "stop": 872268703
        },
        {
            "start": 872268707,
            "stop": 872268979
        },
        {
            "start": 872268996,
            "stop": 872269499
        },
        {
            "start": 872269516,
            "stop": 872269557
        },
        {
            "start": 872269593,
            "stop": 872272260
        },
        {
            "start": 872272320,
            "stop": 872272500
        },
        {
            "start": 872272920,
            "stop": 872274770
        },
        {
            "start": 872274850,
            "stop": 872275790
        },
        {
            "start": 872275870,
            "stop": 872276090
        },
        {
            "start": 872276170,
            "stop": 872279600
        },
        {
            "start": 872279617,
            "stop": 872279924
        },
        {
            "start": 872280083,
            "stop": 872280211
        },
        {
            "start": 872280218,
            "stop": 872281070
        },
        {
            "start": 872281150,
            "stop": 872281668
        },
        {
            "start": 872281674,
            "stop": 872281784
        },
        {
            "start": 872281801,
            "stop": 872282804
        },
        {
            "start": 872282843,
            "stop": 872283050
        },
        {
            "start": 872283190,
            "stop": 872283530
        },
        {
            "start": 872283670,
            "stop": 872283876
        },
        {
            "start": 872283883,
            "stop": 872284165
        }
    ]
}