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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=386",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 387,
    "results": [
        {
            "start": 861844349,
            "stop": 861886137
        },
        {
            "start": 861891273,
            "stop": 861919885
        },
        {
            "start": 861920900,
            "stop": 861946245
        },
        {
            "start": 861947852,
            "stop": 861996859
        },
        {
            "start": 861997760,
            "stop": 861998431
        },
        {
            "start": 861998618,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862130451
        },
        {
            "start": 862131933,
            "stop": 862139797
        },
        {
            "start": 862141626,
            "stop": 862158423
        },
        {
            "start": 862159547,
            "stop": 862160786
        },
        {
            "start": 862160790,
            "stop": 862160815
        },
        {
            "start": 862160824,
            "stop": 862160845
        },
        {
            "start": 862160849,
            "stop": 862160936
        },
        {
            "start": 862160940,
            "stop": 862161133
        },
        {
            "start": 862161142,
            "stop": 862161401
        },
        {
            "start": 862161404,
            "stop": 862161419
        },
        {
            "start": 862161423,
            "stop": 862161433
        },
        {
            "start": 862161437,
            "stop": 862161462
        }
    ]
}