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=46795
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=46796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46794",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46795,
    "results": [
        {
            "start": 875115727,
            "stop": 875115789
        },
        {
            "start": 875115790,
            "stop": 875115810
        },
        {
            "start": 875115811,
            "stop": 875115913
        },
        {
            "start": 875115914,
            "stop": 875115972
        },
        {
            "start": 875115973,
            "stop": 875116046
        },
        {
            "start": 875116047,
            "stop": 875116080
        },
        {
            "start": 875116083,
            "stop": 875116094
        },
        {
            "start": 875116097,
            "stop": 875116105
        },
        {
            "start": 875116108,
            "stop": 875116225
        },
        {
            "start": 875116226,
            "stop": 875116239
        },
        {
            "start": 875116242,
            "stop": 875116252
        },
        {
            "start": 875116256,
            "stop": 875116345
        },
        {
            "start": 875116348,
            "stop": 875116378
        },
        {
            "start": 875116379,
            "stop": 875116383
        },
        {
            "start": 875116384,
            "stop": 875116417
        },
        {
            "start": 875116418,
            "stop": 875116449
        },
        {
            "start": 875116450,
            "stop": 875116494
        },
        {
            "start": 875116495,
            "stop": 875116529
        },
        {
            "start": 875116530,
            "stop": 875116582
        },
        {
            "start": 875116585,
            "stop": 875116653
        }
    ]
}