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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=149",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 150,
    "results": [
        {
            "start": 1239950831,
            "stop": 1239950950
        },
        {
            "start": 1239950951,
            "stop": 1239951070
        },
        {
            "start": 1239951071,
            "stop": 1239951190
        },
        {
            "start": 1239951191,
            "stop": 1239951310
        },
        {
            "start": 1239951311,
            "stop": 1239951427
        },
        {
            "start": 1239951428,
            "stop": 1239951550
        },
        {
            "start": 1239951551,
            "stop": 1239951670
        },
        {
            "start": 1239951671,
            "stop": 1239951790
        },
        {
            "start": 1239951791,
            "stop": 1239951910
        },
        {
            "start": 1239951911,
            "stop": 1239952030
        },
        {
            "start": 1239952031,
            "stop": 1239952150
        },
        {
            "start": 1239952151,
            "stop": 1239952270
        },
        {
            "start": 1239952271,
            "stop": 1239952390
        },
        {
            "start": 1239952391,
            "stop": 1239952510
        },
        {
            "start": 1239952511,
            "stop": 1239952630
        },
        {
            "start": 1239952631,
            "stop": 1239952750
        },
        {
            "start": 1239952751,
            "stop": 1239952870
        },
        {
            "start": 1239952871,
            "stop": 1239952990
        },
        {
            "start": 1239952991,
            "stop": 1239953110
        },
        {
            "start": 1239953111,
            "stop": 1239953230
        }
    ]
}