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=3595
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=3596",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3594",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3595,
    "results": [
        {
            "start": 970422163,
            "stop": 970422196
        },
        {
            "start": 970422448,
            "stop": 970422506
        },
        {
            "start": 970422510,
            "stop": 970422517
        },
        {
            "start": 970422525,
            "stop": 970422530
        },
        {
            "start": 970422533,
            "stop": 970422607
        },
        {
            "start": 970422619,
            "stop": 970422621
        },
        {
            "start": 970422627,
            "stop": 970422628
        },
        {
            "start": 970422634,
            "stop": 970422667
        },
        {
            "start": 970422670,
            "stop": 970422698
        },
        {
            "start": 970422701,
            "stop": 970422737
        },
        {
            "start": 970422740,
            "stop": 970422745
        },
        {
            "start": 970422749,
            "stop": 970422754
        },
        {
            "start": 970422762,
            "stop": 970422785
        },
        {
            "start": 970422792,
            "stop": 970422793
        },
        {
            "start": 970422796,
            "stop": 970422831
        },
        {
            "start": 970422834,
            "stop": 970423061
        },
        {
            "start": 970423064,
            "stop": 970423075
        },
        {
            "start": 970423078,
            "stop": 970423107
        },
        {
            "start": 970423111,
            "stop": 970423183
        },
        {
            "start": 970423186,
            "stop": 970423196
        }
    ]
}