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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29313",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29314,
    "results": [
        {
            "start": 971236868,
            "stop": 971236898
        },
        {
            "start": 971236899,
            "stop": 971236917
        },
        {
            "start": 971236920,
            "stop": 971236942
        },
        {
            "start": 971236945,
            "stop": 971236962
        },
        {
            "start": 971236964,
            "stop": 971236974
        },
        {
            "start": 971236976,
            "stop": 971236989
        },
        {
            "start": 971236991,
            "stop": 971236992
        },
        {
            "start": 971236994,
            "stop": 971237012
        },
        {
            "start": 971237014,
            "stop": 971237047
        },
        {
            "start": 971237048,
            "stop": 971237052
        },
        {
            "start": 971237054,
            "stop": 971237132
        },
        {
            "start": 971237133,
            "stop": 971237155
        },
        {
            "start": 971237156,
            "stop": 971237164
        },
        {
            "start": 971237165,
            "stop": 971237202
        },
        {
            "start": 971237203,
            "stop": 971237207
        },
        {
            "start": 971237208,
            "stop": 971237215
        },
        {
            "start": 971237216,
            "stop": 971237222
        },
        {
            "start": 971237223,
            "stop": 971237296
        },
        {
            "start": 971237298,
            "stop": 971237310
        },
        {
            "start": 971237311,
            "stop": 971237362
        }
    ]
}