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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2202",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2203,
    "results": [
        {
            "start": 873135576,
            "stop": 873135586
        },
        {
            "start": 873135590,
            "stop": 873135602
        },
        {
            "start": 873135614,
            "stop": 873136710
        },
        {
            "start": 873136715,
            "stop": 873136787
        },
        {
            "start": 873139153,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142279,
            "stop": 873143780
        },
        {
            "start": 873143785,
            "stop": 873145177
        },
        {
            "start": 873145183,
            "stop": 873145350
        },
        {
            "start": 873145355,
            "stop": 873145443
        },
        {
            "start": 873145446,
            "stop": 873145470
        },
        {
            "start": 873145476,
            "stop": 873145489
        },
        {
            "start": 873145493,
            "stop": 873145497
        },
        {
            "start": 873146432,
            "stop": 873147564
        },
        {
            "start": 873151342,
            "stop": 873151833
        },
        {
            "start": 873151837,
            "stop": 873154649
        },
        {
            "start": 873154911,
            "stop": 873179437
        },
        {
            "start": 873180369,
            "stop": 873201850
        },
        {
            "start": 873201855,
            "stop": 873206737
        },
        {
            "start": 873206743,
            "stop": 873206750
        }
    ]
}