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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=23",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 24,
    "results": [
        {
            "start": 1251756216,
            "stop": 1251757062
        },
        {
            "start": 1251757152,
            "stop": 1251759618
        },
        {
            "start": 1251773166,
            "stop": 1251774529
        },
        {
            "start": 1251776629,
            "stop": 1251778637
        },
        {
            "start": 1251780255,
            "stop": 1251842472
        },
        {
            "start": 1251847249,
            "stop": 1251858774
        },
        {
            "start": 1251861931,
            "stop": 1251862181
        },
        {
            "start": 1251862299,
            "stop": 1251880313
        },
        {
            "start": 1251882840,
            "stop": 1251913347
        },
        {
            "start": 1251914179,
            "stop": 1251914245
        },
        {
            "start": 1251914268,
            "stop": 1251914303
        },
        {
            "start": 1251914492,
            "stop": 1252006905
        },
        {
            "start": 1252008725,
            "stop": 1252015019
        },
        {
            "start": 1252017048,
            "stop": 1252036608
        },
        {
            "start": 1252036626,
            "stop": 1252088828
        },
        {
            "start": 1252088900,
            "stop": 1252091203
        },
        {
            "start": 1252091271,
            "stop": 1252152348
        },
        {
            "start": 1252152422,
            "stop": 1252158315
        },
        {
            "start": 1252183528,
            "stop": 1252184165
        },
        {
            "start": 1252189234,
            "stop": 1252266339
        }
    ]
}