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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=357",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 358,
    "results": [
        {
            "start": 1182560603,
            "stop": 1182560606
        },
        {
            "start": 1182560614,
            "stop": 1182560616
        },
        {
            "start": 1182560625,
            "stop": 1182560627
        },
        {
            "start": 1182560628,
            "stop": 1182560629
        },
        {
            "start": 1182560631,
            "stop": 1182560632
        },
        {
            "start": 1182560641,
            "stop": 1182560643
        },
        {
            "start": 1182560645,
            "stop": 1182560646
        },
        {
            "start": 1182583306,
            "stop": 1182587249
        },
        {
            "start": 1182604435,
            "stop": 1182604709
        },
        {
            "start": 1182604710,
            "stop": 1182604722
        },
        {
            "start": 1182604723,
            "stop": 1182605940
        },
        {
            "start": 1182605941,
            "stop": 1182608581
        },
        {
            "start": 1182608582,
            "stop": 1182609307
        },
        {
            "start": 1182609308,
            "stop": 1182609969
        },
        {
            "start": 1182609970,
            "stop": 1182610191
        },
        {
            "start": 1182610192,
            "stop": 1182611178
        },
        {
            "start": 1182611180,
            "stop": 1182611281
        },
        {
            "start": 1182611282,
            "stop": 1182611290
        },
        {
            "start": 1182611291,
            "stop": 1182611432
        },
        {
            "start": 1182640082,
            "stop": 1182640146
        }
    ]
}