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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=336",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 337,
    "results": [
        {
            "start": 1250278223,
            "stop": 1250278251
        },
        {
            "start": 1250278253,
            "stop": 1250278272
        },
        {
            "start": 1250278273,
            "stop": 1250278281
        },
        {
            "start": 1250278282,
            "stop": 1250278287
        },
        {
            "start": 1250278289,
            "stop": 1250278396
        },
        {
            "start": 1250278397,
            "stop": 1250278921
        },
        {
            "start": 1250278922,
            "stop": 1250278924
        },
        {
            "start": 1250278925,
            "stop": 1250279114
        },
        {
            "start": 1250282339,
            "stop": 1250290595
        },
        {
            "start": 1250290646,
            "stop": 1250292821
        },
        {
            "start": 1250292823,
            "stop": 1250344551
        },
        {
            "start": 1250363440,
            "stop": 1250377266
        },
        {
            "start": 1250377947,
            "stop": 1250379305
        },
        {
            "start": 1250379306,
            "stop": 1250382284
        },
        {
            "start": 1250385323,
            "stop": 1250391328
        },
        {
            "start": 1250391564,
            "stop": 1250395997
        },
        {
            "start": 1250397384,
            "stop": 1250417588
        },
        {
            "start": 1250422115,
            "stop": 1250427481
        },
        {
            "start": 1250429611,
            "stop": 1250430831
        },
        {
            "start": 1250430833,
            "stop": 1250451749
        }
    ]
}