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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=280",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 281,
    "results": [
        {
            "start": 1244759795,
            "stop": 1244759796
        },
        {
            "start": 1244759798,
            "stop": 1244759799
        },
        {
            "start": 1244759800,
            "stop": 1244759805
        },
        {
            "start": 1244759806,
            "stop": 1244759807
        },
        {
            "start": 1244759809,
            "stop": 1244760147
        },
        {
            "start": 1244762856,
            "stop": 1244763733
        },
        {
            "start": 1244763734,
            "stop": 1244765169
        },
        {
            "start": 1244765170,
            "stop": 1244765386
        },
        {
            "start": 1244765387,
            "stop": 1244767377
        },
        {
            "start": 1244767379,
            "stop": 1244768296
        },
        {
            "start": 1244768298,
            "stop": 1244769787
        },
        {
            "start": 1244772088,
            "stop": 1244782330
        },
        {
            "start": 1244782331,
            "stop": 1244786272
        },
        {
            "start": 1244786273,
            "stop": 1244789979
        },
        {
            "start": 1244799444,
            "stop": 1244807688
        },
        {
            "start": 1244807689,
            "stop": 1244810248
        },
        {
            "start": 1244810249,
            "stop": 1244810642
        },
        {
            "start": 1244810643,
            "stop": 1244812194
        },
        {
            "start": 1244814357,
            "stop": 1244822586
        },
        {
            "start": 1244831586,
            "stop": 1244831726
        }
    ]
}