Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 190,
    "results": [
        {
            "start": 1239854833,
            "stop": 1239854851
        },
        {
            "start": 1239854856,
            "stop": 1239854952
        },
        {
            "start": 1239854953,
            "stop": 1239854966
        },
        {
            "start": 1239854970,
            "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": 1239855752
        },
        {
            "start": 1239855756,
            "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
        }
    ]
}