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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=4",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 5,
    "results": [
        {
            "start": 1165764860,
            "stop": 1165765378
        },
        {
            "start": 1165766259,
            "stop": 1165769593
        },
        {
            "start": 1165776566,
            "stop": 1165786184
        },
        {
            "start": 1165786330,
            "stop": 1165786492
        },
        {
            "start": 1165786675,
            "stop": 1165786877
        },
        {
            "start": 1165787359,
            "stop": 1165789191
        },
        {
            "start": 1165791476,
            "stop": 1165799777
        },
        {
            "start": 1165799973,
            "stop": 1165819025
        },
        {
            "start": 1165822243,
            "stop": 1165852715
        },
        {
            "start": 1165853120,
            "stop": 1165855614
        },
        {
            "start": 1165866335,
            "stop": 1165879416
        },
        {
            "start": 1165889252,
            "stop": 1165901541
        },
        {
            "start": 1165901910,
            "stop": 1165923570
        },
        {
            "start": 1165929966,
            "stop": 1165930210
        },
        {
            "start": 1165930321,
            "stop": 1165937061
        },
        {
            "start": 1165942403,
            "stop": 1165949510
        },
        {
            "start": 1165955114,
            "stop": 1165956611
        },
        {
            "start": 1165956777,
            "stop": 1165981018
        },
        {
            "start": 1165986540,
            "stop": 1165987876
        },
        {
            "start": 1165989597,
            "stop": 1165990324
        }
    ]
}