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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5051",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5052,
    "results": [
        {
            "start": 874602058,
            "stop": 874602062
        },
        {
            "start": 874602070,
            "stop": 874602073
        },
        {
            "start": 874602080,
            "stop": 874602103
        },
        {
            "start": 874602113,
            "stop": 874602141
        },
        {
            "start": 874602148,
            "stop": 874602158
        },
        {
            "start": 874602165,
            "stop": 874602182
        },
        {
            "start": 874602190,
            "stop": 874602191
        },
        {
            "start": 874602201,
            "stop": 874602206
        },
        {
            "start": 874602213,
            "stop": 874602279
        },
        {
            "start": 874602286,
            "stop": 874602436
        },
        {
            "start": 874602443,
            "stop": 874602456
        },
        {
            "start": 874602463,
            "stop": 874602484
        },
        {
            "start": 874602491,
            "stop": 874602518
        },
        {
            "start": 874602525,
            "stop": 874602574
        },
        {
            "start": 874602581,
            "stop": 874602625
        },
        {
            "start": 874602633,
            "stop": 874602704
        },
        {
            "start": 874602712,
            "stop": 874602717
        },
        {
            "start": 874602735,
            "stop": 874602768
        },
        {
            "start": 874602775,
            "stop": 874602793
        },
        {
            "start": 874602800,
            "stop": 874602881
        }
    ]
}