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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=111",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 112,
    "results": [
        {
            "start": 1239854473,
            "stop": 1239854592
        },
        {
            "start": 1239854593,
            "stop": 1239854712
        },
        {
            "start": 1239854713,
            "stop": 1239854832
        },
        {
            "start": 1239854833,
            "stop": 1239854952
        },
        {
            "start": 1239854953,
            "stop": 1239855072
        },
        {
            "start": 1239855073,
            "stop": 1239855192
        },
        {
            "start": 1239855193,
            "stop": 1239855312
        },
        {
            "start": 1239855313,
            "stop": 1239855432
        },
        {
            "start": 1239855433,
            "stop": 1239855552
        },
        {
            "start": 1239855553,
            "stop": 1239855672
        },
        {
            "start": 1239855673,
            "stop": 1239855792
        },
        {
            "start": 1239855793,
            "stop": 1239855912
        },
        {
            "start": 1239855913,
            "stop": 1239856032
        },
        {
            "start": 1239856033,
            "stop": 1239856152
        },
        {
            "start": 1239856153,
            "stop": 1239856272
        },
        {
            "start": 1239856273,
            "stop": 1239856392
        },
        {
            "start": 1239856393,
            "stop": 1239856512
        },
        {
            "start": 1239856513,
            "stop": 1239856632
        },
        {
            "start": 1239856633,
            "stop": 1239856748
        },
        {
            "start": 1239856750,
            "stop": 1239856872
        }
    ]
}