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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=453",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 454,
    "results": [
        {
            "start": 1268566119,
            "stop": 1268566122
        },
        {
            "start": 1268566123,
            "stop": 1268566134
        },
        {
            "start": 1268566135,
            "stop": 1268572740
        },
        {
            "start": 1268578962,
            "stop": 1268584026
        },
        {
            "start": 1268584027,
            "stop": 1268584692
        },
        {
            "start": 1268584693,
            "stop": 1268585565
        },
        {
            "start": 1268585566,
            "stop": 1268585630
        },
        {
            "start": 1268585631,
            "stop": 1268589531
        },
        {
            "start": 1268589532,
            "stop": 1268590020
        },
        {
            "start": 1268590260,
            "stop": 1268595480
        },
        {
            "start": 1268595900,
            "stop": 1268596320
        },
        {
            "start": 1268596380,
            "stop": 1268598701
        },
        {
            "start": 1268603444,
            "stop": 1268604044
        },
        {
            "start": 1268604045,
            "stop": 1268608956
        },
        {
            "start": 1268608957,
            "stop": 1268617686
        },
        {
            "start": 1268617687,
            "stop": 1268620176
        },
        {
            "start": 1268620177,
            "stop": 1268620382
        },
        {
            "start": 1268620383,
            "stop": 1268620386
        },
        {
            "start": 1268620387,
            "stop": 1268620390
        },
        {
            "start": 1268620391,
            "stop": 1268620393
        }
    ]
}