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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=122",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 123,
    "results": [
        {
            "start": 931341286,
            "stop": 931341289
        },
        {
            "start": 931341294,
            "stop": 931341309
        },
        {
            "start": 931341313,
            "stop": 931341314
        },
        {
            "start": 931341322,
            "stop": 931341323
        },
        {
            "start": 931341330,
            "stop": 931341331
        },
        {
            "start": 931341333,
            "stop": 931341335
        },
        {
            "start": 931341337,
            "stop": 931341339
        },
        {
            "start": 931341342,
            "stop": 931341344
        },
        {
            "start": 931341347,
            "stop": 931341351
        },
        {
            "start": 931341355,
            "stop": 931341360
        },
        {
            "start": 931341365,
            "stop": 931341368
        },
        {
            "start": 931341370,
            "stop": 931341371
        },
        {
            "start": 931341375,
            "stop": 931341376
        },
        {
            "start": 931341381,
            "stop": 931341386
        },
        {
            "start": 931341388,
            "stop": 931341392
        },
        {
            "start": 931341394,
            "stop": 931341396
        },
        {
            "start": 931341400,
            "stop": 931341405
        },
        {
            "start": 931341410,
            "stop": 931341411
        },
        {
            "start": 931341421,
            "stop": 931341423
        },
        {
            "start": 931341426,
            "stop": 931341427
        }
    ]
}