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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=310",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 311,
    "results": [
        {
            "start": 823064116,
            "stop": 823064185
        },
        {
            "start": 823064190,
            "stop": 823064209
        },
        {
            "start": 823064215,
            "stop": 823064306
        },
        {
            "start": 823064315,
            "stop": 823064801
        },
        {
            "start": 823064806,
            "stop": 823064878
        },
        {
            "start": 823064884,
            "stop": 823064910
        },
        {
            "start": 823064916,
            "stop": 823064979
        },
        {
            "start": 823064984,
            "stop": 823065044
        },
        {
            "start": 823065051,
            "stop": 823065271
        },
        {
            "start": 823065276,
            "stop": 823065310
        },
        {
            "start": 823065325,
            "stop": 823065459
        },
        {
            "start": 823065464,
            "stop": 823065618
        },
        {
            "start": 823065624,
            "stop": 823065659
        },
        {
            "start": 823065666,
            "stop": 823065769
        },
        {
            "start": 823065775,
            "stop": 823065784
        },
        {
            "start": 823065789,
            "stop": 823066070
        },
        {
            "start": 823066077,
            "stop": 823066100
        },
        {
            "start": 823066105,
            "stop": 823066124
        },
        {
            "start": 823066129,
            "stop": 823066181
        },
        {
            "start": 823066186,
            "stop": 823066430
        }
    ]
}