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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=292",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 293,
    "results": [
        {
            "start": 841763991,
            "stop": 841769915
        },
        {
            "start": 841770751,
            "stop": 841780892
        },
        {
            "start": 841781854,
            "stop": 841783683
        },
        {
            "start": 841783684,
            "stop": 841788303
        },
        {
            "start": 841788373,
            "stop": 841792235
        },
        {
            "start": 841793356,
            "stop": 841797104
        },
        {
            "start": 841797106,
            "stop": 841806239
        },
        {
            "start": 841808099,
            "stop": 841808122
        },
        {
            "start": 841808124,
            "stop": 841811537
        },
        {
            "start": 841811539,
            "stop": 841811555
        },
        {
            "start": 841811556,
            "stop": 841811574
        },
        {
            "start": 841811576,
            "stop": 841811587
        },
        {
            "start": 841811590,
            "stop": 841820158
        },
        {
            "start": 841823367,
            "stop": 841823376
        },
        {
            "start": 841823378,
            "stop": 841823379
        },
        {
            "start": 841823382,
            "stop": 841823461
        },
        {
            "start": 841823463,
            "stop": 841825057
        },
        {
            "start": 841827476,
            "stop": 841827477
        },
        {
            "start": 841827490,
            "stop": 841827493
        },
        {
            "start": 841827498,
            "stop": 841827499
        }
    ]
}