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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=127",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 128,
    "results": [
        {
            "start": 1239892512,
            "stop": 1239892631
        },
        {
            "start": 1239892632,
            "stop": 1239892751
        },
        {
            "start": 1239892752,
            "stop": 1239892871
        },
        {
            "start": 1239892872,
            "stop": 1239892991
        },
        {
            "start": 1239892992,
            "stop": 1239893111
        },
        {
            "start": 1239893112,
            "stop": 1239893231
        },
        {
            "start": 1239893232,
            "stop": 1239893351
        },
        {
            "start": 1239893352,
            "stop": 1239893471
        },
        {
            "start": 1239893472,
            "stop": 1239893591
        },
        {
            "start": 1239893592,
            "stop": 1239893711
        },
        {
            "start": 1239893712,
            "stop": 1239893831
        },
        {
            "start": 1239893832,
            "stop": 1239893951
        },
        {
            "start": 1239893952,
            "stop": 1239894071
        },
        {
            "start": 1239894072,
            "stop": 1239894191
        },
        {
            "start": 1239894192,
            "stop": 1239894308
        },
        {
            "start": 1239894310,
            "stop": 1239894431
        },
        {
            "start": 1239894432,
            "stop": 1239894551
        },
        {
            "start": 1239894552,
            "stop": 1239894671
        },
        {
            "start": 1239894672,
            "stop": 1239894791
        },
        {
            "start": 1239894792,
            "stop": 1239894911
        }
    ]
}