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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3810",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3811,
    "results": [
        {
            "start": 873304998,
            "stop": 873305032
        },
        {
            "start": 873305033,
            "stop": 873306677
        },
        {
            "start": 873306678,
            "stop": 873307718
        },
        {
            "start": 873307720,
            "stop": 873308593
        },
        {
            "start": 873308594,
            "stop": 873308606
        },
        {
            "start": 873308858,
            "stop": 873309402
        },
        {
            "start": 873309404,
            "stop": 873310500
        },
        {
            "start": 873310560,
            "stop": 873310571
        },
        {
            "start": 873310572,
            "stop": 873310620
        },
        {
            "start": 873310680,
            "stop": 873311190
        },
        {
            "start": 873311191,
            "stop": 873311209
        },
        {
            "start": 873312684,
            "stop": 873312687
        },
        {
            "start": 873312688,
            "stop": 873312693
        },
        {
            "start": 873312694,
            "stop": 873312697
        },
        {
            "start": 873312698,
            "stop": 873312700
        },
        {
            "start": 873312701,
            "stop": 873312704
        },
        {
            "start": 873312705,
            "stop": 873312706
        },
        {
            "start": 873312707,
            "stop": 873312708
        },
        {
            "start": 873312710,
            "stop": 873312712
        },
        {
            "start": 873312714,
            "stop": 873312715
        }
    ]
}