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_CAT2/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_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=9",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 10,
    "results": [
        {
            "start": 1262089416,
            "stop": 1262106332
        },
        {
            "start": 1262111475,
            "stop": 1262122849
        },
        {
            "start": 1262123147,
            "stop": 1262127565
        },
        {
            "start": 1262138770,
            "stop": 1262158757
        },
        {
            "start": 1262158845,
            "stop": 1262159745
        },
        {
            "start": 1262159848,
            "stop": 1262170080
        },
        {
            "start": 1262170200,
            "stop": 1262170620
        },
        {
            "start": 1262170920,
            "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
        }
    ]
}