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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6408",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6409,
    "results": [
        {
            "start": 873718485,
            "stop": 873719568
        },
        {
            "start": 873719569,
            "stop": 873719810
        },
        {
            "start": 873719811,
            "stop": 873719926
        },
        {
            "start": 873719927,
            "stop": 873720133
        },
        {
            "start": 873720135,
            "stop": 873720181
        },
        {
            "start": 873720183,
            "stop": 873721307
        },
        {
            "start": 873721308,
            "stop": 873721501
        },
        {
            "start": 873721502,
            "stop": 873721850
        },
        {
            "start": 873721851,
            "stop": 873721852
        },
        {
            "start": 873721854,
            "stop": 873722935
        },
        {
            "start": 873722936,
            "stop": 873723188
        },
        {
            "start": 873723189,
            "stop": 873723291
        },
        {
            "start": 873723292,
            "stop": 873723416
        },
        {
            "start": 873723417,
            "stop": 873723649
        },
        {
            "start": 873723650,
            "stop": 873724345
        },
        {
            "start": 873724346,
            "stop": 873724355
        },
        {
            "start": 873724356,
            "stop": 873724604
        },
        {
            "start": 873724606,
            "stop": 873725065
        },
        {
            "start": 873725067,
            "stop": 873725250
        },
        {
            "start": 873725252,
            "stop": 873725253
        }
    ]
}