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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=349",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 350,
    "results": [
        {
            "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": 1252096193
        },
        {
            "start": 1252096195,
            "stop": 1252096222
        },
        {
            "start": 1252096226,
            "stop": 1252096231
        },
        {
            "start": 1252096233,
            "stop": 1252096236
        },
        {
            "start": 1252096246,
            "stop": 1252096248
        },
        {
            "start": 1252096250,
            "stop": 1252097257
        },
        {
            "start": 1252097259,
            "stop": 1252106938
        },
        {
            "start": 1252106943,
            "stop": 1252106960
        },
        {
            "start": 1252106961,
            "stop": 1252107461
        },
        {
            "start": 1252107462,
            "stop": 1252109001
        },
        {
            "start": 1252109002,
            "stop": 1252109003
        },
        {
            "start": 1252109004,
            "stop": 1252109015
        },
        {
            "start": 1252109016,
            "stop": 1252110884
        },
        {
            "start": 1252110887,
            "stop": 1252110892
        }
    ]
}