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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=30",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 31,
    "results": [
        {
            "start": 931170440,
            "stop": 931170464
        },
        {
            "start": 931170465,
            "stop": 931170501
        },
        {
            "start": 931170502,
            "stop": 931170512
        },
        {
            "start": 931170514,
            "stop": 931170530
        },
        {
            "start": 931170532,
            "stop": 931170538
        },
        {
            "start": 931170540,
            "stop": 931170579
        },
        {
            "start": 931170580,
            "stop": 931170584
        },
        {
            "start": 931170586,
            "stop": 931170632
        },
        {
            "start": 931170634,
            "stop": 931170671
        },
        {
            "start": 931170673,
            "stop": 931170704
        },
        {
            "start": 931170705,
            "stop": 931170714
        },
        {
            "start": 931170717,
            "stop": 931170727
        },
        {
            "start": 931170731,
            "stop": 931170733
        },
        {
            "start": 931170737,
            "stop": 931170768
        },
        {
            "start": 931170770,
            "stop": 931170780
        },
        {
            "start": 931170781,
            "stop": 931170790
        },
        {
            "start": 931170792,
            "stop": 931170805
        },
        {
            "start": 931170807,
            "stop": 931170819
        },
        {
            "start": 931170820,
            "stop": 931170824
        },
        {
            "start": 931170826,
            "stop": 931170839
        }
    ]
}