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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=253",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 254,
    "results": [
        {
            "start": 821393441,
            "stop": 821393462
        },
        {
            "start": 821393470,
            "stop": 821393615
        },
        {
            "start": 821395306,
            "stop": 821416049
        },
        {
            "start": 821416355,
            "stop": 821416399
        },
        {
            "start": 821416408,
            "stop": 821416504
        },
        {
            "start": 821416521,
            "stop": 821432871
        },
        {
            "start": 821432878,
            "stop": 821432938
        },
        {
            "start": 821432943,
            "stop": 821433108
        },
        {
            "start": 821433648,
            "stop": 821442851
        },
        {
            "start": 821442857,
            "stop": 821445375
        },
        {
            "start": 821448137,
            "stop": 821449933
        },
        {
            "start": 821449941,
            "stop": 821449956
        },
        {
            "start": 821449966,
            "stop": 821449982
        },
        {
            "start": 821449987,
            "stop": 821450012
        },
        {
            "start": 821450017,
            "stop": 821450081
        },
        {
            "start": 821450086,
            "stop": 821450114
        },
        {
            "start": 821450120,
            "stop": 821450155
        },
        {
            "start": 821450164,
            "stop": 821450172
        },
        {
            "start": 821450179,
            "stop": 821450196
        },
        {
            "start": 821450679,
            "stop": 821452732
        }
    ]
}