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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=310",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 311,
    "results": [
        {
            "start": 1247872715,
            "stop": 1247872763
        },
        {
            "start": 1247872764,
            "stop": 1247872878
        },
        {
            "start": 1247872882,
            "stop": 1247872927
        },
        {
            "start": 1247872930,
            "stop": 1247872950
        },
        {
            "start": 1247872952,
            "stop": 1247873003
        },
        {
            "start": 1247873004,
            "stop": 1247873014
        },
        {
            "start": 1247873015,
            "stop": 1247873033
        },
        {
            "start": 1247873034,
            "stop": 1247873046
        },
        {
            "start": 1247873050,
            "stop": 1247873059
        },
        {
            "start": 1247873060,
            "stop": 1247873065
        },
        {
            "start": 1247873066,
            "stop": 1247873083
        },
        {
            "start": 1247873084,
            "stop": 1247873085
        },
        {
            "start": 1247873086,
            "stop": 1247873089
        },
        {
            "start": 1247873091,
            "stop": 1247873093
        },
        {
            "start": 1247873094,
            "stop": 1247873120
        },
        {
            "start": 1247873121,
            "stop": 1247873127
        },
        {
            "start": 1247873129,
            "stop": 1247873138
        },
        {
            "start": 1247873139,
            "stop": 1247873162
        },
        {
            "start": 1247873166,
            "stop": 1247873231
        },
        {
            "start": 1247873232,
            "stop": 1247873238
        }
    ]
}