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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=371",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 372,
    "results": [
        {
            "start": 934707812,
            "stop": 934707815
        },
        {
            "start": 934707818,
            "stop": 934707832
        },
        {
            "start": 934707836,
            "stop": 934711355
        },
        {
            "start": 934711358,
            "stop": 934711364
        },
        {
            "start": 934711367,
            "stop": 934711368
        },
        {
            "start": 934711370,
            "stop": 934711384
        },
        {
            "start": 934711386,
            "stop": 934711411
        },
        {
            "start": 934711413,
            "stop": 934711416
        },
        {
            "start": 934711419,
            "stop": 934711432
        },
        {
            "start": 934711436,
            "stop": 934714933
        },
        {
            "start": 934714936,
            "stop": 934714953
        },
        {
            "start": 934714955,
            "stop": 934714957
        },
        {
            "start": 934714959,
            "stop": 934714962
        },
        {
            "start": 934714965,
            "stop": 934714983
        },
        {
            "start": 934714985,
            "stop": 934714990
        },
        {
            "start": 934714992,
            "stop": 934715009
        },
        {
            "start": 934715012,
            "stop": 934715016
        },
        {
            "start": 934715018,
            "stop": 934715031
        },
        {
            "start": 934715035,
            "stop": 934718534
        },
        {
            "start": 934718536,
            "stop": 934718554
        }
    ]
}