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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=9",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 10,
    "results": [
        {
            "start": 1262158845,
            "stop": 1262159745
        },
        {
            "start": 1262159848,
            "stop": 1262190799
        },
        {
            "start": 1262190910,
            "stop": 1262212569
        },
        {
            "start": 1262212718,
            "stop": 1262275794
        },
        {
            "start": 1262280765,
            "stop": 1262312837
        },
        {
            "start": 1262312887,
            "stop": 1262343985
        },
        {
            "start": 1262349768,
            "stop": 1262383104
        },
        {
            "start": 1262397225,
            "stop": 1262404611
        },
        {
            "start": 1262430737,
            "stop": 1262432842
        },
        {
            "start": 1262470540,
            "stop": 1262525732
        },
        {
            "start": 1262536296,
            "stop": 1262558749
        },
        {
            "start": 1262592123,
            "stop": 1262595530
        },
        {
            "start": 1262603825,
            "stop": 1262638921
        },
        {
            "start": 1262640993,
            "stop": 1262688492
        },
        {
            "start": 1262688611,
            "stop": 1262714472
        },
        {
            "start": 1262714944,
            "stop": 1262718768
        },
        {
            "start": 1262735573,
            "stop": 1262738316
        },
        {
            "start": 1262746233,
            "stop": 1262762284
        },
        {
            "start": 1262791107,
            "stop": 1262817505
        },
        {
            "start": 1262828631,
            "stop": 1262844407
        }
    ]
}