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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=78",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 79,
    "results": [
        {
            "start": 931087755,
            "stop": 931087761
        },
        {
            "start": 931087762,
            "stop": 931087766
        },
        {
            "start": 931087769,
            "stop": 931087770
        },
        {
            "start": 931087771,
            "stop": 931087780
        },
        {
            "start": 931087781,
            "stop": 931087786
        },
        {
            "start": 931087788,
            "stop": 931087789
        },
        {
            "start": 931087790,
            "stop": 931087791
        },
        {
            "start": 931087792,
            "stop": 931087798
        },
        {
            "start": 931087803,
            "stop": 931087804
        },
        {
            "start": 931087806,
            "stop": 931087807
        },
        {
            "start": 931087808,
            "stop": 931087813
        },
        {
            "start": 931087814,
            "stop": 931087819
        },
        {
            "start": 931087823,
            "stop": 931087825
        },
        {
            "start": 931087826,
            "stop": 931087827
        },
        {
            "start": 931087828,
            "stop": 931087829
        },
        {
            "start": 931087833,
            "stop": 931087834
        },
        {
            "start": 931087842,
            "stop": 931087843
        },
        {
            "start": 931087849,
            "stop": 931087851
        },
        {
            "start": 931087852,
            "stop": 931087853
        },
        {
            "start": 931087854,
            "stop": 931087856
        }
    ]
}