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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=292",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 293,
    "results": [
        {
            "start": 1246453144,
            "stop": 1246545914
        },
        {
            "start": 1246548159,
            "stop": 1246548710
        },
        {
            "start": 1246558495,
            "stop": 1246588985
        },
        {
            "start": 1246591134,
            "stop": 1246631087
        },
        {
            "start": 1246631088,
            "stop": 1246646477
        },
        {
            "start": 1246655291,
            "stop": 1246703637
        },
        {
            "start": 1246708574,
            "stop": 1246712136
        },
        {
            "start": 1246752405,
            "stop": 1246754210
        },
        {
            "start": 1246757176,
            "stop": 1246779836
        },
        {
            "start": 1246780057,
            "stop": 1246808379
        },
        {
            "start": 1246808432,
            "stop": 1246812413
        },
        {
            "start": 1246815722,
            "stop": 1246824365
        },
        {
            "start": 1246829978,
            "stop": 1246830009
        },
        {
            "start": 1246830010,
            "stop": 1246830011
        },
        {
            "start": 1246830014,
            "stop": 1246830016
        },
        {
            "start": 1246830021,
            "stop": 1246830022
        },
        {
            "start": 1246830023,
            "stop": 1246830025
        },
        {
            "start": 1246830027,
            "stop": 1246830032
        },
        {
            "start": 1246830033,
            "stop": 1246830034
        },
        {
            "start": 1246830035,
            "stop": 1246830062
        }
    ]
}