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=8841
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=8842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8840",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8841,
    "results": [
        {
            "start": 874512900,
            "stop": 874512960
        },
        {
            "start": 874513020,
            "stop": 874513380
        },
        {
            "start": 874513560,
            "stop": 874513620
        },
        {
            "start": 874513680,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874515120
        },
        {
            "start": 874515250,
            "stop": 874515310
        },
        {
            "start": 874515430,
            "stop": 874515464
        },
        {
            "start": 874515472,
            "stop": 874515480
        },
        {
            "start": 874515730,
            "stop": 874515780
        },
        {
            "start": 874515900,
            "stop": 874515950
        },
        {
            "start": 874516090,
            "stop": 874516680
        },
        {
            "start": 874516800,
            "stop": 874516980
        },
        {
            "start": 874517040,
            "stop": 874517160
        },
        {
            "start": 874517400,
            "stop": 874517460
        },
        {
            "start": 874517520,
            "stop": 874517760
        },
        {
            "start": 874518000,
            "stop": 874518300
        },
        {
            "start": 874518420,
            "stop": 874518840
        },
        {
            "start": 874518900,
            "stop": 874519140
        },
        {
            "start": 874519200,
            "stop": 874519260
        },
        {
            "start": 874519440,
            "stop": 874519480
        }
    ]
}