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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=140",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 141,
    "results": [
        {
            "start": 1176952432,
            "stop": 1176952435
        },
        {
            "start": 1176952444,
            "stop": 1176952446
        },
        {
            "start": 1176959198,
            "stop": 1177004941
        },
        {
            "start": 1177004943,
            "stop": 1177011615
        },
        {
            "start": 1177011619,
            "stop": 1177011626
        },
        {
            "start": 1177011629,
            "stop": 1177012012
        },
        {
            "start": 1177012013,
            "stop": 1177012019
        },
        {
            "start": 1177012022,
            "stop": 1177015375
        },
        {
            "start": 1177015378,
            "stop": 1177015384
        },
        {
            "start": 1177015388,
            "stop": 1177018950
        },
        {
            "start": 1177026931,
            "stop": 1177040302
        },
        {
            "start": 1177040304,
            "stop": 1177040313
        },
        {
            "start": 1177040316,
            "stop": 1177040325
        },
        {
            "start": 1177040327,
            "stop": 1177064294
        },
        {
            "start": 1177074904,
            "stop": 1177083491
        },
        {
            "start": 1177083494,
            "stop": 1177083841
        },
        {
            "start": 1177083844,
            "stop": 1177083853
        },
        {
            "start": 1177083855,
            "stop": 1177084769
        },
        {
            "start": 1177084772,
            "stop": 1177084854
        },
        {
            "start": 1177084855,
            "stop": 1177085144
        }
    ]
}