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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=100",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 101,
    "results": [
        {
            "start": 1239828194,
            "stop": 1239828312
        },
        {
            "start": 1239828314,
            "stop": 1239828432
        },
        {
            "start": 1239828434,
            "stop": 1239828552
        },
        {
            "start": 1239828554,
            "stop": 1239828672
        },
        {
            "start": 1239828674,
            "stop": 1239828792
        },
        {
            "start": 1239828794,
            "stop": 1239828912
        },
        {
            "start": 1239828914,
            "stop": 1239829032
        },
        {
            "start": 1239829033,
            "stop": 1239829152
        },
        {
            "start": 1239829153,
            "stop": 1239829272
        },
        {
            "start": 1239829273,
            "stop": 1239829392
        },
        {
            "start": 1239829393,
            "stop": 1239829512
        },
        {
            "start": 1239829513,
            "stop": 1239829632
        },
        {
            "start": 1239829633,
            "stop": 1239829752
        },
        {
            "start": 1239829753,
            "stop": 1239829872
        },
        {
            "start": 1239829873,
            "stop": 1239829992
        },
        {
            "start": 1239829993,
            "stop": 1239830112
        },
        {
            "start": 1239830113,
            "stop": 1239830232
        },
        {
            "start": 1239830233,
            "stop": 1239830352
        },
        {
            "start": 1239830353,
            "stop": 1239830472
        },
        {
            "start": 1239830473,
            "stop": 1239830592
        }
    ]
}