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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=656",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 657,
    "results": [
        {
            "start": 829446083,
            "stop": 829446099
        },
        {
            "start": 829446116,
            "stop": 829446300
        },
        {
            "start": 829446317,
            "stop": 829446845
        },
        {
            "start": 829446862,
            "stop": 829447035
        },
        {
            "start": 829447052,
            "stop": 829447063
        },
        {
            "start": 829447080,
            "stop": 829447150
        },
        {
            "start": 829447153,
            "stop": 829447200
        },
        {
            "start": 829447260,
            "stop": 829447405
        },
        {
            "start": 829447422,
            "stop": 829447470
        },
        {
            "start": 829447488,
            "stop": 829447646
        },
        {
            "start": 829447663,
            "stop": 829447706
        },
        {
            "start": 829447723,
            "stop": 829447808
        },
        {
            "start": 829447825,
            "stop": 829447946
        },
        {
            "start": 829447963,
            "stop": 829448257
        },
        {
            "start": 829448274,
            "stop": 829448366
        },
        {
            "start": 829448383,
            "stop": 829448677
        },
        {
            "start": 829448694,
            "stop": 829448710
        },
        {
            "start": 829448727,
            "stop": 829449343
        },
        {
            "start": 829449360,
            "stop": 829449832
        },
        {
            "start": 829449849,
            "stop": 829449962
        }
    ]
}