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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7971",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7969",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7970,
    "results": [
        {
            "start": 970247512,
            "stop": 970247518
        },
        {
            "start": 970247533,
            "stop": 970247541
        },
        {
            "start": 970247553,
            "stop": 970247555
        },
        {
            "start": 970247558,
            "stop": 970247560
        },
        {
            "start": 970247563,
            "stop": 970247587
        },
        {
            "start": 970247593,
            "stop": 970247636
        },
        {
            "start": 970247642,
            "stop": 970247647
        },
        {
            "start": 970247650,
            "stop": 970247652
        },
        {
            "start": 970247656,
            "stop": 970247669
        },
        {
            "start": 970247674,
            "stop": 970247677
        },
        {
            "start": 970247680,
            "stop": 970247681
        },
        {
            "start": 970247685,
            "stop": 970247687
        },
        {
            "start": 970247698,
            "stop": 970247711
        },
        {
            "start": 970247714,
            "stop": 970247715
        },
        {
            "start": 970247718,
            "stop": 970247775
        },
        {
            "start": 970247778,
            "stop": 970247814
        },
        {
            "start": 970247817,
            "stop": 970247871
        },
        {
            "start": 970247874,
            "stop": 970247897
        },
        {
            "start": 970247910,
            "stop": 970247930
        },
        {
            "start": 970247941,
            "stop": 970248105
        }
    ]
}