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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3431",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3432,
    "results": [
        {
            "start": 969713669,
            "stop": 969713721
        },
        {
            "start": 969713727,
            "stop": 969713753
        },
        {
            "start": 969717831,
            "stop": 969717884
        },
        {
            "start": 969717887,
            "stop": 969718017
        },
        {
            "start": 969718020,
            "stop": 969718041
        },
        {
            "start": 969718044,
            "stop": 969718050
        },
        {
            "start": 969718060,
            "stop": 969718067
        },
        {
            "start": 969718307,
            "stop": 969718427
        },
        {
            "start": 969718547,
            "stop": 969718614
        },
        {
            "start": 969718617,
            "stop": 969718641
        },
        {
            "start": 969718644,
            "stop": 969718667
        },
        {
            "start": 969718848,
            "stop": 969718984
        },
        {
            "start": 969718987,
            "stop": 969719130
        },
        {
            "start": 969719133,
            "stop": 969719197
        },
        {
            "start": 969719218,
            "stop": 969719318
        },
        {
            "start": 969719321,
            "stop": 969719601
        },
        {
            "start": 969719604,
            "stop": 969719687
        },
        {
            "start": 969719867,
            "stop": 969719987
        },
        {
            "start": 969719990,
            "stop": 969720002
        },
        {
            "start": 969720026,
            "stop": 969720058
        }
    ]
}