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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1768",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1766",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1767,
    "results": [
        {
            "start": 959076934,
            "stop": 959081953
        },
        {
            "start": 959081955,
            "stop": 959082836
        },
        {
            "start": 959082838,
            "stop": 959082843
        },
        {
            "start": 959082845,
            "stop": 959082849
        },
        {
            "start": 959082851,
            "stop": 959082852
        },
        {
            "start": 959084674,
            "stop": 959085633
        },
        {
            "start": 959085887,
            "stop": 959087468
        },
        {
            "start": 959088840,
            "stop": 959091359
        },
        {
            "start": 959091363,
            "stop": 959092367
        },
        {
            "start": 959092369,
            "stop": 959095284
        },
        {
            "start": 959095286,
            "stop": 959096015
        },
        {
            "start": 959096017,
            "stop": 959096543
        },
        {
            "start": 959096544,
            "stop": 959097703
        },
        {
            "start": 959097705,
            "stop": 959097758
        },
        {
            "start": 959097762,
            "stop": 959097765
        },
        {
            "start": 959097769,
            "stop": 959097957
        },
        {
            "start": 959097959,
            "stop": 959098168
        },
        {
            "start": 959098171,
            "stop": 959098193
        },
        {
            "start": 959098195,
            "stop": 959098210
        },
        {
            "start": 959099529,
            "stop": 959104431
        }
    ]
}