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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=93",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 94,
    "results": [
        {
            "start": 1239493253,
            "stop": 1239493872
        },
        {
            "start": 1239493873,
            "stop": 1239494472
        },
        {
            "start": 1239494473,
            "stop": 1239495052
        },
        {
            "start": 1239495053,
            "stop": 1239495672
        },
        {
            "start": 1239495673,
            "stop": 1239499331
        },
        {
            "start": 1239499332,
            "stop": 1239502931
        },
        {
            "start": 1239502932,
            "stop": 1239506531
        },
        {
            "start": 1239506532,
            "stop": 1239510131
        },
        {
            "start": 1239510132,
            "stop": 1239513731
        },
        {
            "start": 1239513732,
            "stop": 1239517330
        },
        {
            "start": 1239517332,
            "stop": 1239520930
        },
        {
            "start": 1239520932,
            "stop": 1239524530
        },
        {
            "start": 1239524532,
            "stop": 1239528130
        },
        {
            "start": 1239528132,
            "stop": 1239531730
        },
        {
            "start": 1239531732,
            "stop": 1239532825
        },
        {
            "start": 1239532827,
            "stop": 1239535330
        },
        {
            "start": 1239535331,
            "stop": 1239538930
        },
        {
            "start": 1239538931,
            "stop": 1239542530
        },
        {
            "start": 1239542531,
            "stop": 1239546130
        },
        {
            "start": 1239546131,
            "stop": 1239549730
        }
    ]
}