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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=350",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 351,
    "results": [
        {
            "start": 1252110893,
            "stop": 1252114274
        },
        {
            "start": 1252114275,
            "stop": 1252114386
        },
        {
            "start": 1252114387,
            "stop": 1252114436
        },
        {
            "start": 1252114437,
            "stop": 1252114531
        },
        {
            "start": 1252114532,
            "stop": 1252114683
        },
        {
            "start": 1252114685,
            "stop": 1252114716
        },
        {
            "start": 1252114720,
            "stop": 1252114763
        },
        {
            "start": 1252114765,
            "stop": 1252114774
        },
        {
            "start": 1252114776,
            "stop": 1252114795
        },
        {
            "start": 1252114798,
            "stop": 1252114805
        },
        {
            "start": 1252114808,
            "stop": 1252116446
        },
        {
            "start": 1252116447,
            "stop": 1252152348
        },
        {
            "start": 1252152422,
            "stop": 1252158315
        },
        {
            "start": 1252183528,
            "stop": 1252184165
        },
        {
            "start": 1252189234,
            "stop": 1252189893
        },
        {
            "start": 1252189895,
            "stop": 1252193268
        },
        {
            "start": 1252193269,
            "stop": 1252266339
        },
        {
            "start": 1252266486,
            "stop": 1252267314
        },
        {
            "start": 1252280987,
            "stop": 1252301683
        },
        {
            "start": 1252301684,
            "stop": 1252315589
        }
    ]
}