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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=300",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 301,
    "results": [
        {
            "start": 1247691441,
            "stop": 1247691466
        },
        {
            "start": 1247691467,
            "stop": 1247691592
        },
        {
            "start": 1247691593,
            "stop": 1247691600
        },
        {
            "start": 1247691601,
            "stop": 1247691673
        },
        {
            "start": 1247691677,
            "stop": 1247691678
        },
        {
            "start": 1247691679,
            "stop": 1247691682
        },
        {
            "start": 1247691684,
            "stop": 1247691685
        },
        {
            "start": 1247691690,
            "stop": 1247691806
        },
        {
            "start": 1247691809,
            "stop": 1247691813
        },
        {
            "start": 1247691815,
            "stop": 1247691816
        },
        {
            "start": 1247691818,
            "stop": 1247691819
        },
        {
            "start": 1247691820,
            "stop": 1247691822
        },
        {
            "start": 1247691823,
            "stop": 1247691824
        },
        {
            "start": 1247691825,
            "stop": 1247691831
        },
        {
            "start": 1247691832,
            "stop": 1247691861
        },
        {
            "start": 1247691864,
            "stop": 1247691866
        },
        {
            "start": 1247691867,
            "stop": 1247691868
        },
        {
            "start": 1247691869,
            "stop": 1247691881
        },
        {
            "start": 1247691882,
            "stop": 1247692061
        },
        {
            "start": 1247692065,
            "stop": 1247692068
        }
    ]
}