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/L1_STOCH_CAT2_H2L1/segments?format=api&page=756
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=757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=755",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 756,
    "results": [
        {
            "start": 859215303,
            "stop": 859220583
        },
        {
            "start": 859220840,
            "stop": 859222340
        },
        {
            "start": 859222480,
            "stop": 859227880
        },
        {
            "start": 859228037,
            "stop": 859228217
        },
        {
            "start": 859228579,
            "stop": 859229539
        },
        {
            "start": 859229748,
            "stop": 859230588
        },
        {
            "start": 859230741,
            "stop": 859231821
        },
        {
            "start": 859232962,
            "stop": 859233382
        },
        {
            "start": 859233676,
            "stop": 859234036
        },
        {
            "start": 859234185,
            "stop": 859236405
        },
        {
            "start": 859236537,
            "stop": 859236837
        },
        {
            "start": 859236985,
            "stop": 859238455
        },
        {
            "start": 859238605,
            "stop": 859240465
        },
        {
            "start": 859240555,
            "stop": 859242685
        },
        {
            "start": 859244075,
            "stop": 859247795
        },
        {
            "start": 859247983,
            "stop": 859251913
        },
        {
            "start": 859252063,
            "stop": 859269823
        },
        {
            "start": 859270018,
            "stop": 859271638
        },
        {
            "start": 859273035,
            "stop": 859273695
        },
        {
            "start": 859273845,
            "stop": 859279245
        }
    ]
}