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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=157",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 158,
    "results": [
        {
            "start": 954351231,
            "stop": 954351236
        },
        {
            "start": 954351250,
            "stop": 954351281
        },
        {
            "start": 954351284,
            "stop": 954351292
        },
        {
            "start": 954351305,
            "stop": 954351332
        },
        {
            "start": 954351343,
            "stop": 954351358
        },
        {
            "start": 954351366,
            "stop": 954351367
        },
        {
            "start": 954351370,
            "stop": 954351374
        },
        {
            "start": 954351380,
            "stop": 954351381
        },
        {
            "start": 954351389,
            "stop": 954351395
        },
        {
            "start": 954351398,
            "stop": 954351402
        },
        {
            "start": 954351409,
            "stop": 954351427
        },
        {
            "start": 954351434,
            "stop": 954351441
        },
        {
            "start": 954351460,
            "stop": 954351482
        },
        {
            "start": 954351488,
            "stop": 954351489
        },
        {
            "start": 954351530,
            "stop": 954351532
        },
        {
            "start": 954351535,
            "stop": 954351542
        },
        {
            "start": 954351546,
            "stop": 954351550
        },
        {
            "start": 954351581,
            "stop": 954351592
        },
        {
            "start": 954351599,
            "stop": 954351633
        },
        {
            "start": 954351648,
            "stop": 954351677
        }
    ]
}