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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=102",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 103,
    "results": [
        {
            "start": 1239832993,
            "stop": 1239833112
        },
        {
            "start": 1239833113,
            "stop": 1239833232
        },
        {
            "start": 1239833233,
            "stop": 1239833352
        },
        {
            "start": 1239833353,
            "stop": 1239833472
        },
        {
            "start": 1239833473,
            "stop": 1239833572
        },
        {
            "start": 1239833573,
            "stop": 1239833712
        },
        {
            "start": 1239833713,
            "stop": 1239833832
        },
        {
            "start": 1239833833,
            "stop": 1239833952
        },
        {
            "start": 1239833953,
            "stop": 1239834072
        },
        {
            "start": 1239834073,
            "stop": 1239834192
        },
        {
            "start": 1239834193,
            "stop": 1239834312
        },
        {
            "start": 1239834313,
            "stop": 1239834432
        },
        {
            "start": 1239834433,
            "stop": 1239834552
        },
        {
            "start": 1239834553,
            "stop": 1239834672
        },
        {
            "start": 1239834673,
            "stop": 1239834792
        },
        {
            "start": 1239834793,
            "stop": 1239834912
        },
        {
            "start": 1239834913,
            "stop": 1239835032
        },
        {
            "start": 1239835033,
            "stop": 1239835152
        },
        {
            "start": 1239835153,
            "stop": 1239835272
        },
        {
            "start": 1239835273,
            "stop": 1239835392
        }
    ]
}