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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1773",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1771",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1772,
    "results": [
        {
            "start": 1249513933,
            "stop": 1249514424
        },
        {
            "start": 1249514427,
            "stop": 1249514674
        },
        {
            "start": 1249514677,
            "stop": 1249514923
        },
        {
            "start": 1249514926,
            "stop": 1249515174
        },
        {
            "start": 1249515177,
            "stop": 1249515385
        },
        {
            "start": 1249515388,
            "stop": 1249515990
        },
        {
            "start": 1249515993,
            "stop": 1249516182
        },
        {
            "start": 1249516185,
            "stop": 1249516420
        },
        {
            "start": 1249516421,
            "stop": 1249516456
        },
        {
            "start": 1249516457,
            "stop": 1249516458
        },
        {
            "start": 1249516459,
            "stop": 1249516460
        },
        {
            "start": 1249516463,
            "stop": 1249516488
        },
        {
            "start": 1249516490,
            "stop": 1249516503
        },
        {
            "start": 1249516504,
            "stop": 1249516564
        },
        {
            "start": 1249516567,
            "stop": 1249516936
        },
        {
            "start": 1249516939,
            "stop": 1249517000
        },
        {
            "start": 1249517001,
            "stop": 1249517039
        },
        {
            "start": 1249517040,
            "stop": 1249517041
        },
        {
            "start": 1249517042,
            "stop": 1249517127
        },
        {
            "start": 1249517130,
            "stop": 1249517138
        }
    ]
}