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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=63",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 64,
    "results": [
        {
            "start": 817869062,
            "stop": 817869298
        },
        {
            "start": 817869306,
            "stop": 817869461
        },
        {
            "start": 817869473,
            "stop": 817869730
        },
        {
            "start": 817869738,
            "stop": 817869742
        },
        {
            "start": 817869760,
            "stop": 817869762
        },
        {
            "start": 817869771,
            "stop": 817869801
        },
        {
            "start": 817869811,
            "stop": 817869863
        },
        {
            "start": 817869872,
            "stop": 817869899
        },
        {
            "start": 817869911,
            "stop": 817869963
        },
        {
            "start": 817869978,
            "stop": 817870037
        },
        {
            "start": 817870047,
            "stop": 817870053
        },
        {
            "start": 817870065,
            "stop": 817870080
        },
        {
            "start": 817870088,
            "stop": 817870397
        },
        {
            "start": 817870405,
            "stop": 817870463
        },
        {
            "start": 817870471,
            "stop": 817870475
        },
        {
            "start": 817870483,
            "stop": 817870583
        },
        {
            "start": 817870600,
            "stop": 817870603
        },
        {
            "start": 817870614,
            "stop": 817870618
        },
        {
            "start": 817870647,
            "stop": 817870649
        },
        {
            "start": 817870657,
            "stop": 817870940
        }
    ]
}