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=906
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=907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=905",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 906,
    "results": [
        {
            "start": 867646486,
            "stop": 867646786
        },
        {
            "start": 867647044,
            "stop": 867650224
        },
        {
            "start": 867650601,
            "stop": 867653781
        },
        {
            "start": 867655492,
            "stop": 867662512
        },
        {
            "start": 867662730,
            "stop": 867670110
        },
        {
            "start": 867671668,
            "stop": 867672088
        },
        {
            "start": 867672242,
            "stop": 867672782
        },
        {
            "start": 867672957,
            "stop": 867674877
        },
        {
            "start": 867675090,
            "stop": 867675150
        },
        {
            "start": 867681733,
            "stop": 867681793
        },
        {
            "start": 867681954,
            "stop": 867683574
        },
        {
            "start": 867683776,
            "stop": 867684556
        },
        {
            "start": 867684757,
            "stop": 867684997
        },
        {
            "start": 867685263,
            "stop": 867687303
        },
        {
            "start": 867699876,
            "stop": 867700296
        },
        {
            "start": 867701189,
            "stop": 867701309
        },
        {
            "start": 867701459,
            "stop": 867702359
        },
        {
            "start": 867707965,
            "stop": 867708085
        },
        {
            "start": 867709223,
            "stop": 867710003
        },
        {
            "start": 867716427,
            "stop": 867717027
        }
    ]
}