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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=87",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 88,
    "results": [
        {
            "start": 931088747,
            "stop": 931088750
        },
        {
            "start": 931088751,
            "stop": 931088755
        },
        {
            "start": 931088756,
            "stop": 931088764
        },
        {
            "start": 931088767,
            "stop": 931088768
        },
        {
            "start": 931088777,
            "stop": 931088780
        },
        {
            "start": 931088781,
            "stop": 931088782
        },
        {
            "start": 931088783,
            "stop": 931088784
        },
        {
            "start": 931088785,
            "stop": 931088788
        },
        {
            "start": 931088789,
            "stop": 931088790
        },
        {
            "start": 931088793,
            "stop": 931088800
        },
        {
            "start": 931088801,
            "stop": 931088810
        },
        {
            "start": 931088811,
            "stop": 931088812
        },
        {
            "start": 931088814,
            "stop": 931088816
        },
        {
            "start": 931088817,
            "stop": 931088825
        },
        {
            "start": 931088829,
            "stop": 931088830
        },
        {
            "start": 931088833,
            "stop": 931088834
        },
        {
            "start": 931088835,
            "stop": 931088840
        },
        {
            "start": 931088841,
            "stop": 931088854
        },
        {
            "start": 931088855,
            "stop": 931088857
        },
        {
            "start": 931088864,
            "stop": 931088866
        }
    ]
}