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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=61",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 62,
    "results": [
        {
            "start": 931083748,
            "stop": 931083749
        },
        {
            "start": 931083750,
            "stop": 931083752
        },
        {
            "start": 931083754,
            "stop": 931083755
        },
        {
            "start": 931083756,
            "stop": 931083757
        },
        {
            "start": 931083758,
            "stop": 931083759
        },
        {
            "start": 931083760,
            "stop": 931083764
        },
        {
            "start": 931083767,
            "stop": 931083769
        },
        {
            "start": 931083771,
            "stop": 931083773
        },
        {
            "start": 931083774,
            "stop": 931083775
        },
        {
            "start": 931083777,
            "stop": 931083778
        },
        {
            "start": 931083779,
            "stop": 931083782
        },
        {
            "start": 931083785,
            "stop": 931083787
        },
        {
            "start": 931083788,
            "stop": 931083789
        },
        {
            "start": 931083795,
            "stop": 931083796
        },
        {
            "start": 931083797,
            "stop": 931083809
        },
        {
            "start": 931083810,
            "stop": 931083813
        },
        {
            "start": 931083817,
            "stop": 931083818
        },
        {
            "start": 931083821,
            "stop": 931083825
        },
        {
            "start": 931083830,
            "stop": 931083832
        },
        {
            "start": 931083833,
            "stop": 931083837
        }
    ]
}