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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=52",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 53,
    "results": [
        {
            "start": 823629776,
            "stop": 823633513
        },
        {
            "start": 823633538,
            "stop": 823633540
        },
        {
            "start": 823643639,
            "stop": 823646422
        },
        {
            "start": 823649460,
            "stop": 823654408
        },
        {
            "start": 823654621,
            "stop": 823659960
        },
        {
            "start": 823660371,
            "stop": 823660925
        },
        {
            "start": 823661802,
            "stop": 823662433
        },
        {
            "start": 823662439,
            "stop": 823662440
        },
        {
            "start": 823663588,
            "stop": 823663753
        },
        {
            "start": 823663779,
            "stop": 823663780
        },
        {
            "start": 823666563,
            "stop": 823669573
        },
        {
            "start": 823669575,
            "stop": 823669576
        },
        {
            "start": 823669637,
            "stop": 823670053
        },
        {
            "start": 823670066,
            "stop": 823670067
        },
        {
            "start": 823670129,
            "stop": 823670182
        },
        {
            "start": 823670353,
            "stop": 823670791
        },
        {
            "start": 823671793,
            "stop": 823672201
        },
        {
            "start": 823672453,
            "stop": 823672573
        },
        {
            "start": 823672599,
            "stop": 823672600
        },
        {
            "start": 823672718,
            "stop": 823672767
        }
    ]
}