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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=44",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 45,
    "results": [
        {
            "start": 817197866,
            "stop": 817200551
        },
        {
            "start": 817200558,
            "stop": 817200707
        },
        {
            "start": 817200715,
            "stop": 817200801
        },
        {
            "start": 817200808,
            "stop": 817201818
        },
        {
            "start": 817201826,
            "stop": 817202281
        },
        {
            "start": 817202288,
            "stop": 817202363
        },
        {
            "start": 817202370,
            "stop": 817202548
        },
        {
            "start": 817202556,
            "stop": 817203347
        },
        {
            "start": 817203355,
            "stop": 817203393
        },
        {
            "start": 817203400,
            "stop": 817209957
        },
        {
            "start": 817209964,
            "stop": 817210066
        },
        {
            "start": 817210080,
            "stop": 817210874
        },
        {
            "start": 817210882,
            "stop": 817211753
        },
        {
            "start": 817211760,
            "stop": 817214128
        },
        {
            "start": 817214141,
            "stop": 817215013
        },
        {
            "start": 817215020,
            "stop": 817218170
        },
        {
            "start": 817218250,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817219519
        },
        {
            "start": 817219526,
            "stop": 817221219
        },
        {
            "start": 817221226,
            "stop": 817221801
        }
    ]
}