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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=188",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 189,
    "results": [
        {
            "start": 1181249979,
            "stop": 1181250083
        },
        {
            "start": 1181250086,
            "stop": 1181250093
        },
        {
            "start": 1181250094,
            "stop": 1181250100
        },
        {
            "start": 1181250101,
            "stop": 1181250197
        },
        {
            "start": 1181250198,
            "stop": 1181250203
        },
        {
            "start": 1181250205,
            "stop": 1181250207
        },
        {
            "start": 1181250208,
            "stop": 1181250253
        },
        {
            "start": 1181250254,
            "stop": 1181250256
        },
        {
            "start": 1181250257,
            "stop": 1181250297
        },
        {
            "start": 1181250299,
            "stop": 1181250307
        },
        {
            "start": 1181250308,
            "stop": 1181250340
        },
        {
            "start": 1181250345,
            "stop": 1181250346
        },
        {
            "start": 1181250348,
            "stop": 1181250349
        },
        {
            "start": 1181250350,
            "stop": 1181250352
        },
        {
            "start": 1181250355,
            "stop": 1181250434
        },
        {
            "start": 1181250436,
            "stop": 1181250544
        },
        {
            "start": 1181250546,
            "stop": 1181250547
        },
        {
            "start": 1181250563,
            "stop": 1181250564
        },
        {
            "start": 1181250565,
            "stop": 1181250808
        },
        {
            "start": 1181250810,
            "stop": 1181251046
        }
    ]
}