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_CBCLOW_CAT4/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_CBCLOW_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8,
    "results": [
        {
            "start": 815586472,
            "stop": 815586553
        },
        {
            "start": 815589938,
            "stop": 815590010
        },
        {
            "start": 815590090,
            "stop": 815590140
        },
        {
            "start": 815590206,
            "stop": 815590207
        },
        {
            "start": 815591958,
            "stop": 815592120
        },
        {
            "start": 815592240,
            "stop": 815592253
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815726352,
            "stop": 815726516
        },
        {
            "start": 815726524,
            "stop": 815726825
        },
        {
            "start": 815726856,
            "stop": 815727660
        },
        {
            "start": 815727674,
            "stop": 815727905
        },
        {
            "start": 815727912,
            "stop": 815729757
        },
        {
            "start": 815729764,
            "stop": 815729774
        },
        {
            "start": 815729781,
            "stop": 815730460
        },
        {
            "start": 815730468,
            "stop": 815731730
        },
        {
            "start": 815731810,
            "stop": 815733466
        },
        {
            "start": 815733473,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815752550
        },
        {
            "start": 815752690,
            "stop": 815753031
        },
        {
            "start": 815753043,
            "stop": 815755260
        }
    ]
}