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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=119",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 120,
    "results": [
        {
            "start": 1239873433,
            "stop": 1239873551
        },
        {
            "start": 1239873553,
            "stop": 1239873668
        },
        {
            "start": 1239873670,
            "stop": 1239873791
        },
        {
            "start": 1239873793,
            "stop": 1239873911
        },
        {
            "start": 1239873913,
            "stop": 1239874031
        },
        {
            "start": 1239874033,
            "stop": 1239874151
        },
        {
            "start": 1239874153,
            "stop": 1239874271
        },
        {
            "start": 1239874273,
            "stop": 1239874391
        },
        {
            "start": 1239874393,
            "stop": 1239874511
        },
        {
            "start": 1239874513,
            "stop": 1239874631
        },
        {
            "start": 1239874633,
            "stop": 1239874751
        },
        {
            "start": 1239874753,
            "stop": 1239874871
        },
        {
            "start": 1239874873,
            "stop": 1239874991
        },
        {
            "start": 1239874993,
            "stop": 1239875111
        },
        {
            "start": 1239875113,
            "stop": 1239875231
        },
        {
            "start": 1239875233,
            "stop": 1239875351
        },
        {
            "start": 1239875353,
            "stop": 1239875471
        },
        {
            "start": 1239875473,
            "stop": 1239875591
        },
        {
            "start": 1239875593,
            "stop": 1239875711
        },
        {
            "start": 1239875713,
            "stop": 1239875831
        }
    ]
}