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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=954",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 955,
    "results": [
        {
            "start": 871476225,
            "stop": 871479015
        },
        {
            "start": 871479212,
            "stop": 871479332
        },
        {
            "start": 871479362,
            "stop": 871479782
        },
        {
            "start": 871480343,
            "stop": 871484093
        },
        {
            "start": 871484243,
            "stop": 871484483
        },
        {
            "start": 871485824,
            "stop": 871487984
        },
        {
            "start": 871488148,
            "stop": 871489828
        },
        {
            "start": 871489976,
            "stop": 871492376
        },
        {
            "start": 871492517,
            "stop": 871493357
        },
        {
            "start": 871493497,
            "stop": 871495297
        },
        {
            "start": 871495428,
            "stop": 871495668
        },
        {
            "start": 871498786,
            "stop": 871499626
        },
        {
            "start": 871499831,
            "stop": 871500281
        },
        {
            "start": 871500431,
            "stop": 871504181
        },
        {
            "start": 871504331,
            "stop": 871516091
        },
        {
            "start": 871516322,
            "stop": 871517102
        },
        {
            "start": 871518177,
            "stop": 871522137
        },
        {
            "start": 871526042,
            "stop": 871528862
        },
        {
            "start": 871529146,
            "stop": 871532236
        },
        {
            "start": 871532386,
            "stop": 871535506
        }
    ]
}