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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=15",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 16,
    "results": [
        {
            "start": 816682690,
            "stop": 816682836
        },
        {
            "start": 816682844,
            "stop": 816682939
        },
        {
            "start": 816682947,
            "stop": 816683040
        },
        {
            "start": 816683049,
            "stop": 816683146
        },
        {
            "start": 816683154,
            "stop": 816683682
        },
        {
            "start": 816683690,
            "stop": 816684208
        },
        {
            "start": 816684216,
            "stop": 816684535
        },
        {
            "start": 816684544,
            "stop": 816684748
        },
        {
            "start": 816684756,
            "stop": 816685009
        },
        {
            "start": 816685017,
            "stop": 816685328
        },
        {
            "start": 816685339,
            "stop": 816685352
        },
        {
            "start": 816685360,
            "stop": 816685768
        },
        {
            "start": 816685777,
            "stop": 816685889
        },
        {
            "start": 816685897,
            "stop": 816686128
        },
        {
            "start": 816686136,
            "stop": 816686217
        },
        {
            "start": 816686225,
            "stop": 816686329
        },
        {
            "start": 816686337,
            "stop": 816686345
        },
        {
            "start": 816686353,
            "stop": 816686546
        },
        {
            "start": 816686554,
            "stop": 816686770
        },
        {
            "start": 816686778,
            "stop": 816687154
        }
    ]
}