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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=137",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 138,
    "results": [
        {
            "start": 1239916512,
            "stop": 1239916630
        },
        {
            "start": 1239916632,
            "stop": 1239916750
        },
        {
            "start": 1239916752,
            "stop": 1239916870
        },
        {
            "start": 1239916872,
            "stop": 1239916990
        },
        {
            "start": 1239916992,
            "stop": 1239917110
        },
        {
            "start": 1239917112,
            "stop": 1239917230
        },
        {
            "start": 1239917232,
            "stop": 1239917350
        },
        {
            "start": 1239917352,
            "stop": 1239917470
        },
        {
            "start": 1239917472,
            "stop": 1239917570
        },
        {
            "start": 1239917572,
            "stop": 1239917710
        },
        {
            "start": 1239917712,
            "stop": 1239917830
        },
        {
            "start": 1239917832,
            "stop": 1239917950
        },
        {
            "start": 1239917952,
            "stop": 1239918070
        },
        {
            "start": 1239918072,
            "stop": 1239918190
        },
        {
            "start": 1239918192,
            "stop": 1239918310
        },
        {
            "start": 1239918312,
            "stop": 1239918430
        },
        {
            "start": 1239918432,
            "stop": 1239918550
        },
        {
            "start": 1239918552,
            "stop": 1239918670
        },
        {
            "start": 1239918672,
            "stop": 1239918790
        },
        {
            "start": 1239918792,
            "stop": 1239918910
        }
    ]
}