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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=442",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 443,
    "results": [
        {
            "start": 1268361396,
            "stop": 1268361403
        },
        {
            "start": 1268361404,
            "stop": 1268361414
        },
        {
            "start": 1268361417,
            "stop": 1268361418
        },
        {
            "start": 1268361424,
            "stop": 1268361425
        },
        {
            "start": 1268361430,
            "stop": 1268365703
        },
        {
            "start": 1268365704,
            "stop": 1268367602
        },
        {
            "start": 1268369593,
            "stop": 1268400028
        },
        {
            "start": 1268404792,
            "stop": 1268420276
        },
        {
            "start": 1268429063,
            "stop": 1268430908
        },
        {
            "start": 1268431044,
            "stop": 1268446328
        },
        {
            "start": 1268446334,
            "stop": 1268446360
        },
        {
            "start": 1268446363,
            "stop": 1268447141
        },
        {
            "start": 1268447142,
            "stop": 1268447231
        },
        {
            "start": 1268447233,
            "stop": 1268447437
        },
        {
            "start": 1268447438,
            "stop": 1268447440
        },
        {
            "start": 1268447441,
            "stop": 1268447442
        },
        {
            "start": 1268447443,
            "stop": 1268454845
        },
        {
            "start": 1268454849,
            "stop": 1268454851
        },
        {
            "start": 1268454853,
            "stop": 1268454862
        },
        {
            "start": 1268454863,
            "stop": 1268454866
        }
    ]
}