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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=296",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 297,
    "results": [
        {
            "start": 1247378350,
            "stop": 1247412066
        },
        {
            "start": 1247414743,
            "stop": 1247420477
        },
        {
            "start": 1247426589,
            "stop": 1247428217
        },
        {
            "start": 1247428224,
            "stop": 1247428232
        },
        {
            "start": 1247428234,
            "stop": 1247432851
        },
        {
            "start": 1247432853,
            "stop": 1247432854
        },
        {
            "start": 1247432865,
            "stop": 1247459724
        },
        {
            "start": 1247459725,
            "stop": 1247460973
        },
        {
            "start": 1247460974,
            "stop": 1247470153
        },
        {
            "start": 1247470154,
            "stop": 1247482066
        },
        {
            "start": 1247486053,
            "stop": 1247487801
        },
        {
            "start": 1247493848,
            "stop": 1247497891
        },
        {
            "start": 1247497893,
            "stop": 1247501154
        },
        {
            "start": 1247503373,
            "stop": 1247508077
        },
        {
            "start": 1247517898,
            "stop": 1247525925
        },
        {
            "start": 1247525926,
            "stop": 1247525935
        },
        {
            "start": 1247525936,
            "stop": 1247530380
        },
        {
            "start": 1247530381,
            "stop": 1247535878
        },
        {
            "start": 1247540885,
            "stop": 1247548185
        },
        {
            "start": 1247550431,
            "stop": 1247583301
        }
    ]
}