Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6096
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6095",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6096,
    "results": [
        {
            "start": 873997371,
            "stop": 873998002
        },
        {
            "start": 873998003,
            "stop": 873998052
        },
        {
            "start": 873998054,
            "stop": 874000633
        },
        {
            "start": 874000635,
            "stop": 874001854
        },
        {
            "start": 874001857,
            "stop": 874001894
        },
        {
            "start": 874001897,
            "stop": 874002406
        },
        {
            "start": 874002407,
            "stop": 874003752
        },
        {
            "start": 874003753,
            "stop": 874004490
        },
        {
            "start": 874004492,
            "stop": 874005485
        },
        {
            "start": 874005703,
            "stop": 874006982
        },
        {
            "start": 874006984,
            "stop": 874007000
        },
        {
            "start": 874007003,
            "stop": 874008610
        },
        {
            "start": 874008612,
            "stop": 874008952
        },
        {
            "start": 874008954,
            "stop": 874009086
        },
        {
            "start": 874009087,
            "stop": 874009238
        },
        {
            "start": 874009240,
            "stop": 874009308
        },
        {
            "start": 874009309,
            "stop": 874010326
        },
        {
            "start": 874010328,
            "stop": 874011488
        },
        {
            "start": 874011489,
            "stop": 874011493
        },
        {
            "start": 874011496,
            "stop": 874011517
        }
    ]
}