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_CBCHIGH_CAT2/segments?format=api&page=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=370",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 371,
    "results": [
        {
            "start": 829405494,
            "stop": 829405834
        },
        {
            "start": 829405836,
            "stop": 829405977
        },
        {
            "start": 829405985,
            "stop": 829406002
        },
        {
            "start": 829406008,
            "stop": 829406054
        },
        {
            "start": 829406056,
            "stop": 829406180
        },
        {
            "start": 829406182,
            "stop": 829406282
        },
        {
            "start": 829406284,
            "stop": 829406363
        },
        {
            "start": 829406365,
            "stop": 829406485
        },
        {
            "start": 829406487,
            "stop": 829406591
        },
        {
            "start": 829406593,
            "stop": 829407202
        },
        {
            "start": 829407204,
            "stop": 829407649
        },
        {
            "start": 829435807,
            "stop": 829435809
        },
        {
            "start": 829435813,
            "stop": 829435815
        },
        {
            "start": 829435818,
            "stop": 829435820
        },
        {
            "start": 829435824,
            "stop": 829435827
        },
        {
            "start": 829435830,
            "stop": 829435837
        },
        {
            "start": 829435848,
            "stop": 829435854
        },
        {
            "start": 829435870,
            "stop": 829435872
        },
        {
            "start": 829435883,
            "stop": 829435886
        },
        {
            "start": 829435890,
            "stop": 829435891
        }
    ]
}