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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7557",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7555",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7556,
    "results": [
        {
            "start": 970422049,
            "stop": 970422059
        },
        {
            "start": 970422062,
            "stop": 970422065
        },
        {
            "start": 970422068,
            "stop": 970422073
        },
        {
            "start": 970422076,
            "stop": 970422116
        },
        {
            "start": 970422121,
            "stop": 970422122
        },
        {
            "start": 970422130,
            "stop": 970422147
        },
        {
            "start": 970422150,
            "stop": 970422160
        },
        {
            "start": 970422163,
            "stop": 970422196
        },
        {
            "start": 970422448,
            "stop": 970422489
        },
        {
            "start": 970422529,
            "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": 970422769
        },
        {
            "start": 970422809,
            "stop": 970422831
        }
    ]
}