Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1010
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1009",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1010,
    "results": [
        {
            "start": 871476237,
            "stop": 871477977
        },
        {
            "start": 871478138,
            "stop": 871479038
        },
        {
            "start": 871479212,
            "stop": 871479332
        },
        {
            "start": 871479362,
            "stop": 871479782
        },
        {
            "start": 871480343,
            "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": 871499847,
            "stop": 871500267
        },
        {
            "start": 871500417,
            "stop": 871504197
        },
        {
            "start": 871504347,
            "stop": 871504737
        },
        {
            "start": 871504917,
            "stop": 871513137
        },
        {
            "start": 871513287,
            "stop": 871515807
        },
        {
            "start": 871515971,
            "stop": 871516091
        },
        {
            "start": 871516322,
            "stop": 871517102
        },
        {
            "start": 871518177,
            "stop": 871522137
        }
    ]
}