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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=352",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 353,
    "results": [
        {
            "start": 1252426391,
            "stop": 1252428186
        },
        {
            "start": 1252428187,
            "stop": 1252428237
        },
        {
            "start": 1252428238,
            "stop": 1252428316
        },
        {
            "start": 1252428317,
            "stop": 1252431203
        },
        {
            "start": 1252431205,
            "stop": 1252431275
        },
        {
            "start": 1252431276,
            "stop": 1252435786
        },
        {
            "start": 1252435892,
            "stop": 1252440608
        },
        {
            "start": 1252444588,
            "stop": 1252444951
        },
        {
            "start": 1252445045,
            "stop": 1252445143
        },
        {
            "start": 1252445154,
            "stop": 1252447068
        },
        {
            "start": 1252447612,
            "stop": 1252455023
        },
        {
            "start": 1252456911,
            "stop": 1252457595
        },
        {
            "start": 1252457906,
            "stop": 1252489898
        },
        {
            "start": 1252501221,
            "stop": 1252502086
        },
        {
            "start": 1252502479,
            "stop": 1252504012
        },
        {
            "start": 1252504316,
            "stop": 1252505248
        },
        {
            "start": 1252505374,
            "stop": 1252505376
        },
        {
            "start": 1252506806,
            "stop": 1252520785
        },
        {
            "start": 1252520798,
            "stop": 1252520799
        },
        {
            "start": 1252520853,
            "stop": 1252520854
        }
    ]
}