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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9834",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9835,
    "results": [
        {
            "start": 874147068,
            "stop": 874147166
        },
        {
            "start": 874147171,
            "stop": 874147173
        },
        {
            "start": 874147176,
            "stop": 874147177
        },
        {
            "start": 874147180,
            "stop": 874147189
        },
        {
            "start": 874147193,
            "stop": 874147210
        },
        {
            "start": 874147214,
            "stop": 874147321
        },
        {
            "start": 874147324,
            "stop": 874147347
        },
        {
            "start": 874147350,
            "stop": 874147710
        },
        {
            "start": 874147716,
            "stop": 874147740
        },
        {
            "start": 874147743,
            "stop": 874147970
        },
        {
            "start": 874147973,
            "stop": 874147979
        },
        {
            "start": 874147982,
            "stop": 874147983
        },
        {
            "start": 874147986,
            "stop": 874147995
        },
        {
            "start": 874147998,
            "stop": 874148024
        },
        {
            "start": 874148027,
            "stop": 874148395
        },
        {
            "start": 874148398,
            "stop": 874148401
        },
        {
            "start": 874148404,
            "stop": 874148408
        },
        {
            "start": 874148411,
            "stop": 874148473
        },
        {
            "start": 874148477,
            "stop": 874148987
        },
        {
            "start": 874148990,
            "stop": 874149017
        }
    ]
}