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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 119,
    "results": [
        {
            "start": 1414929223,
            "stop": 1414936265
        },
        {
            "start": 1414936269,
            "stop": 1414936612
        },
        {
            "start": 1414936616,
            "stop": 1414936712
        },
        {
            "start": 1414936719,
            "stop": 1414940915
        },
        {
            "start": 1415051600,
            "stop": 1415051880
        },
        {
            "start": 1415051884,
            "stop": 1415052301
        },
        {
            "start": 1415052306,
            "stop": 1415052520
        },
        {
            "start": 1415052525,
            "stop": 1415054046
        },
        {
            "start": 1415054051,
            "stop": 1415055383
        },
        {
            "start": 1415055388,
            "stop": 1415055579
        },
        {
            "start": 1415055584,
            "stop": 1415056760
        },
        {
            "start": 1415056765,
            "stop": 1415057260
        },
        {
            "start": 1415058209,
            "stop": 1415058676
        },
        {
            "start": 1415058679,
            "stop": 1415063348
        },
        {
            "start": 1415063352,
            "stop": 1415064109
        },
        {
            "start": 1415064114,
            "stop": 1415067027
        },
        {
            "start": 1415067032,
            "stop": 1415070828
        },
        {
            "start": 1415070832,
            "stop": 1415071840
        },
        {
            "start": 1415071845,
            "stop": 1415096403
        },
        {
            "start": 1415096406,
            "stop": 1415097553
        }
    ]
}