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/O3a/timelines/L1_BURST_CAT2/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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=122",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 123,
    "results": [
        {
            "start": 1239009224,
            "stop": 1239009227
        },
        {
            "start": 1239009232,
            "stop": 1239009236
        },
        {
            "start": 1239022037,
            "stop": 1239023186
        },
        {
            "start": 1239023188,
            "stop": 1239023622
        },
        {
            "start": 1239023626,
            "stop": 1239024899
        },
        {
            "start": 1239024903,
            "stop": 1239025004
        },
        {
            "start": 1239025007,
            "stop": 1239025135
        },
        {
            "start": 1239025137,
            "stop": 1239025329
        },
        {
            "start": 1239025333,
            "stop": 1239025347
        },
        {
            "start": 1239025351,
            "stop": 1239025870
        },
        {
            "start": 1239025875,
            "stop": 1239025939
        },
        {
            "start": 1239025943,
            "stop": 1239026184
        },
        {
            "start": 1239026240,
            "stop": 1239026430
        },
        {
            "start": 1239026434,
            "stop": 1239027113
        },
        {
            "start": 1239027118,
            "stop": 1239027192
        },
        {
            "start": 1239027196,
            "stop": 1239028169
        },
        {
            "start": 1239028172,
            "stop": 1239028824
        },
        {
            "start": 1239028829,
            "stop": 1239028987
        },
        {
            "start": 1239028992,
            "stop": 1239029005
        },
        {
            "start": 1239038327,
            "stop": 1239038335
        }
    ]
}