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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=48",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 49,
    "results": [
        {
            "start": 1238265522,
            "stop": 1238265528
        },
        {
            "start": 1238265529,
            "stop": 1238265531
        },
        {
            "start": 1238265534,
            "stop": 1238265537
        },
        {
            "start": 1238265538,
            "stop": 1238265574
        },
        {
            "start": 1238265575,
            "stop": 1238265918
        },
        {
            "start": 1238265919,
            "stop": 1238266160
        },
        {
            "start": 1238266161,
            "stop": 1238266169
        },
        {
            "start": 1238266171,
            "stop": 1238266271
        },
        {
            "start": 1238266273,
            "stop": 1238266404
        },
        {
            "start": 1238266405,
            "stop": 1238266608
        },
        {
            "start": 1238266609,
            "stop": 1238266827
        },
        {
            "start": 1238266828,
            "stop": 1238267641
        },
        {
            "start": 1238267643,
            "stop": 1238267685
        },
        {
            "start": 1238267692,
            "stop": 1238267788
        },
        {
            "start": 1238267790,
            "stop": 1238267865
        },
        {
            "start": 1238267866,
            "stop": 1238267868
        },
        {
            "start": 1238267875,
            "stop": 1238267923
        },
        {
            "start": 1238267927,
            "stop": 1238268308
        },
        {
            "start": 1238268309,
            "stop": 1238268363
        },
        {
            "start": 1238268367,
            "stop": 1238268466
        }
    ]
}