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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5837",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5838,
    "results": [
        {
            "start": 874731206,
            "stop": 874731328
        },
        {
            "start": 874731331,
            "stop": 874731333
        },
        {
            "start": 874731336,
            "stop": 874731402
        },
        {
            "start": 874731405,
            "stop": 874731435
        },
        {
            "start": 874731438,
            "stop": 874731537
        },
        {
            "start": 874731543,
            "stop": 874731673
        },
        {
            "start": 874731676,
            "stop": 874731680
        },
        {
            "start": 874731683,
            "stop": 874731731
        },
        {
            "start": 874731734,
            "stop": 874731736
        },
        {
            "start": 874731739,
            "stop": 874731791
        },
        {
            "start": 874731794,
            "stop": 874731850
        },
        {
            "start": 874731853,
            "stop": 874732023
        },
        {
            "start": 874732027,
            "stop": 874732152
        },
        {
            "start": 874732156,
            "stop": 874732162
        },
        {
            "start": 874732165,
            "stop": 874732238
        },
        {
            "start": 874732241,
            "stop": 874732292
        },
        {
            "start": 874732295,
            "stop": 874732591
        },
        {
            "start": 874732594,
            "stop": 874732646
        },
        {
            "start": 874732649,
            "stop": 874732673
        },
        {
            "start": 874732677,
            "stop": 874732744
        }
    ]
}