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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46746",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46747,
    "results": [
        {
            "start": 875078004,
            "stop": 875078067
        },
        {
            "start": 875078068,
            "stop": 875078089
        },
        {
            "start": 875078090,
            "stop": 875078179
        },
        {
            "start": 875078180,
            "stop": 875078204
        },
        {
            "start": 875078205,
            "stop": 875078256
        },
        {
            "start": 875078257,
            "stop": 875078258
        },
        {
            "start": 875078260,
            "stop": 875078299
        },
        {
            "start": 875078301,
            "stop": 875078374
        },
        {
            "start": 875078375,
            "stop": 875078433
        },
        {
            "start": 875078434,
            "stop": 875078457
        },
        {
            "start": 875078458,
            "stop": 875078638
        },
        {
            "start": 875078639,
            "stop": 875078756
        },
        {
            "start": 875078759,
            "stop": 875078789
        },
        {
            "start": 875078790,
            "stop": 875078903
        },
        {
            "start": 875078904,
            "stop": 875078937
        },
        {
            "start": 875078938,
            "stop": 875079067
        },
        {
            "start": 875079068,
            "stop": 875079089
        },
        {
            "start": 875079090,
            "stop": 875079103
        },
        {
            "start": 875079104,
            "stop": 875079148
        },
        {
            "start": 875079152,
            "stop": 875079153
        }
    ]
}