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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=35",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 36,
    "results": [
        {
            "start": 931079354,
            "stop": 931079355
        },
        {
            "start": 931079356,
            "stop": 931079368
        },
        {
            "start": 931079371,
            "stop": 931079372
        },
        {
            "start": 931079373,
            "stop": 931079376
        },
        {
            "start": 931079377,
            "stop": 931079378
        },
        {
            "start": 931079380,
            "stop": 931079389
        },
        {
            "start": 931080617,
            "stop": 931080620
        },
        {
            "start": 931080621,
            "stop": 931080623
        },
        {
            "start": 931080624,
            "stop": 931080626
        },
        {
            "start": 931080633,
            "stop": 931080643
        },
        {
            "start": 931080651,
            "stop": 931080652
        },
        {
            "start": 931080653,
            "stop": 931080654
        },
        {
            "start": 931080657,
            "stop": 931080659
        },
        {
            "start": 931080662,
            "stop": 931080673
        },
        {
            "start": 931080674,
            "stop": 931080675
        },
        {
            "start": 931080676,
            "stop": 931080680
        },
        {
            "start": 931080681,
            "stop": 931080682
        },
        {
            "start": 931080684,
            "stop": 931080686
        },
        {
            "start": 931080692,
            "stop": 931080693
        },
        {
            "start": 931080695,
            "stop": 931080696
        }
    ]
}