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=9788
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=9789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9787",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9788,
    "results": [
        {
            "start": 873786091,
            "stop": 873786222
        },
        {
            "start": 873786225,
            "stop": 873786240
        },
        {
            "start": 873786243,
            "stop": 873786298
        },
        {
            "start": 873786304,
            "stop": 873786349
        },
        {
            "start": 873786352,
            "stop": 873786409
        },
        {
            "start": 873786412,
            "stop": 873786808
        },
        {
            "start": 873786811,
            "stop": 873786833
        },
        {
            "start": 873786841,
            "stop": 873786843
        },
        {
            "start": 873786846,
            "stop": 873786856
        },
        {
            "start": 873786870,
            "stop": 873786901
        },
        {
            "start": 873786904,
            "stop": 873787023
        },
        {
            "start": 873787027,
            "stop": 873787066
        },
        {
            "start": 873796180,
            "stop": 873796188
        },
        {
            "start": 873796189,
            "stop": 873796210
        },
        {
            "start": 873796211,
            "stop": 873796299
        },
        {
            "start": 873796301,
            "stop": 873796333
        },
        {
            "start": 873796334,
            "stop": 873796452
        },
        {
            "start": 873796453,
            "stop": 873796492
        },
        {
            "start": 873796493,
            "stop": 873796706
        },
        {
            "start": 873796709,
            "stop": 873798053
        }
    ]
}