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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=48",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 49,
    "results": [
        {
            "start": 931351845,
            "stop": 931351847
        },
        {
            "start": 931351852,
            "stop": 931351863
        },
        {
            "start": 931351868,
            "stop": 931351885
        },
        {
            "start": 931351891,
            "stop": 931351970
        },
        {
            "start": 931351976,
            "stop": 931351986
        },
        {
            "start": 931351992,
            "stop": 931352060
        },
        {
            "start": 931352066,
            "stop": 931352311
        },
        {
            "start": 931352331,
            "stop": 931352332
        },
        {
            "start": 931352339,
            "stop": 931352357
        },
        {
            "start": 931352363,
            "stop": 931352580
        },
        {
            "start": 931352586,
            "stop": 931352595
        },
        {
            "start": 931352601,
            "stop": 931352680
        },
        {
            "start": 931352686,
            "stop": 931353120
        },
        {
            "start": 931353125,
            "stop": 931353182
        },
        {
            "start": 931353188,
            "stop": 931353331
        },
        {
            "start": 931353337,
            "stop": 931353346
        },
        {
            "start": 931353352,
            "stop": 931353465
        },
        {
            "start": 931353471,
            "stop": 931353853
        },
        {
            "start": 931353858,
            "stop": 931353860
        },
        {
            "start": 931353866,
            "stop": 931353877
        }
    ]
}