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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=7",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 8,
    "results": [
        {
            "start": 845312084,
            "stop": 845400197
        },
        {
            "start": 845400720,
            "stop": 845461324
        },
        {
            "start": 845505719,
            "stop": 845520544
        },
        {
            "start": 845589119,
            "stop": 845648104
        },
        {
            "start": 845668919,
            "stop": 845740864
        },
        {
            "start": 845742764,
            "stop": 845756482
        },
        {
            "start": 845758319,
            "stop": 845759027
        },
        {
            "start": 845759519,
            "stop": 845760966
        },
        {
            "start": 845764319,
            "stop": 845766362
        },
        {
            "start": 845766719,
            "stop": 845827264
        },
        {
            "start": 845827604,
            "stop": 845843404
        },
        {
            "start": 845843519,
            "stop": 845844364
        },
        {
            "start": 845844720,
            "stop": 845845024
        },
        {
            "start": 845846358,
            "stop": 845914924
        },
        {
            "start": 845915039,
            "stop": 845935578
        },
        {
            "start": 845935919,
            "stop": 846195498
        },
        {
            "start": 846196318,
            "stop": 846345664
        },
        {
            "start": 846352304,
            "stop": 846417664
        },
        {
            "start": 846421064,
            "stop": 846442438
        },
        {
            "start": 847735645,
            "stop": 847948818
        }
    ]
}