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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=13",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 14,
    "results": [
        {
            "start": 931114239,
            "stop": 931114244
        },
        {
            "start": 931114247,
            "stop": 931114249
        },
        {
            "start": 931114257,
            "stop": 931114258
        },
        {
            "start": 931114261,
            "stop": 931114264
        },
        {
            "start": 931114266,
            "stop": 931114267
        },
        {
            "start": 931114270,
            "stop": 931114271
        },
        {
            "start": 931114273,
            "stop": 931114284
        },
        {
            "start": 931114296,
            "stop": 931114297
        },
        {
            "start": 931114302,
            "stop": 931114303
        },
        {
            "start": 931114312,
            "stop": 931114313
        },
        {
            "start": 931114317,
            "stop": 931114318
        },
        {
            "start": 931114328,
            "stop": 931114330
        },
        {
            "start": 931114333,
            "stop": 931114334
        },
        {
            "start": 931114336,
            "stop": 931114338
        },
        {
            "start": 931114352,
            "stop": 931114354
        },
        {
            "start": 931114357,
            "stop": 931114361
        },
        {
            "start": 931114367,
            "stop": 931114369
        },
        {
            "start": 931114371,
            "stop": 931114372
        },
        {
            "start": 931114374,
            "stop": 931114375
        },
        {
            "start": 931114377,
            "stop": 931114378
        }
    ]
}