Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=52",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 53,
    "results": [
        {
            "start": 821516932,
            "stop": 821517556
        },
        {
            "start": 821517647,
            "stop": 821520415
        },
        {
            "start": 821521226,
            "stop": 821522844
        },
        {
            "start": 821524082,
            "stop": 821527110
        },
        {
            "start": 821527170,
            "stop": 821528694
        },
        {
            "start": 821528919,
            "stop": 821536060
        },
        {
            "start": 821538177,
            "stop": 821538624
        },
        {
            "start": 821539236,
            "stop": 821543861
        },
        {
            "start": 821545948,
            "stop": 821548709
        },
        {
            "start": 821563195,
            "stop": 821564854
        },
        {
            "start": 821570867,
            "stop": 821578717
        },
        {
            "start": 821578723,
            "stop": 821582790
        },
        {
            "start": 821591776,
            "stop": 821592004
        },
        {
            "start": 821594707,
            "stop": 821597451
        },
        {
            "start": 821599742,
            "stop": 821600274
        },
        {
            "start": 821604602,
            "stop": 821612961
        },
        {
            "start": 821625020,
            "stop": 821625188
        },
        {
            "start": 821625984,
            "stop": 821628474
        },
        {
            "start": 821628703,
            "stop": 821629366
        },
        {
            "start": 821630884,
            "stop": 821635170
        }
    ]
}