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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=817",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 818,
    "results": [
        {
            "start": 859812842,
            "stop": 859817402
        },
        {
            "start": 859817618,
            "stop": 859817738
        },
        {
            "start": 859817889,
            "stop": 859818309
        },
        {
            "start": 859818573,
            "stop": 859818693
        },
        {
            "start": 859827354,
            "stop": 859828134
        },
        {
            "start": 859828284,
            "stop": 859828374
        },
        {
            "start": 859828533,
            "stop": 859828983
        },
        {
            "start": 859829129,
            "stop": 859829879
        },
        {
            "start": 859830478,
            "stop": 859830988
        },
        {
            "start": 859836932,
            "stop": 859839092
        },
        {
            "start": 859839250,
            "stop": 859840090
        },
        {
            "start": 859840345,
            "stop": 859841485
        },
        {
            "start": 859841835,
            "stop": 859842375
        },
        {
            "start": 859844229,
            "stop": 859844529
        },
        {
            "start": 859845550,
            "stop": 859848790
        },
        {
            "start": 859849251,
            "stop": 859851651
        },
        {
            "start": 859851741,
            "stop": 859851801
        },
        {
            "start": 859851831,
            "stop": 859852011
        },
        {
            "start": 859870586,
            "stop": 859871726
        },
        {
            "start": 859871886,
            "stop": 859877286
        }
    ]
}