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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=28",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 29,
    "results": [
        {
            "start": 1238189738,
            "stop": 1238189742
        },
        {
            "start": 1238189743,
            "stop": 1238189744
        },
        {
            "start": 1238189745,
            "stop": 1238189749
        },
        {
            "start": 1238189750,
            "stop": 1238189768
        },
        {
            "start": 1238189770,
            "stop": 1238189774
        },
        {
            "start": 1238189775,
            "stop": 1238189783
        },
        {
            "start": 1238189784,
            "stop": 1238189788
        },
        {
            "start": 1238189790,
            "stop": 1238189800
        },
        {
            "start": 1238189801,
            "stop": 1238189805
        },
        {
            "start": 1238189808,
            "stop": 1238189823
        },
        {
            "start": 1238189824,
            "stop": 1238189827
        },
        {
            "start": 1238189828,
            "stop": 1238189829
        },
        {
            "start": 1238189831,
            "stop": 1238189838
        },
        {
            "start": 1238189839,
            "stop": 1238189845
        },
        {
            "start": 1238189847,
            "stop": 1238189848
        },
        {
            "start": 1238189849,
            "stop": 1238189855
        },
        {
            "start": 1238189856,
            "stop": 1238189863
        },
        {
            "start": 1238189864,
            "stop": 1238189872
        },
        {
            "start": 1238189873,
            "stop": 1238189881
        },
        {
            "start": 1238189882,
            "stop": 1238189889
        }
    ]
}