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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=43",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 44,
    "results": [
        {
            "start": 931348099,
            "stop": 931348161
        },
        {
            "start": 931348167,
            "stop": 931348247
        },
        {
            "start": 931348256,
            "stop": 931348264
        },
        {
            "start": 931348269,
            "stop": 931348276
        },
        {
            "start": 931348282,
            "stop": 931348333
        },
        {
            "start": 931348340,
            "stop": 931348368
        },
        {
            "start": 931348373,
            "stop": 931348434
        },
        {
            "start": 931348440,
            "stop": 931348528
        },
        {
            "start": 931348533,
            "stop": 931348548
        },
        {
            "start": 931348554,
            "stop": 931348562
        },
        {
            "start": 931348567,
            "stop": 931348682
        },
        {
            "start": 931348688,
            "stop": 931348716
        },
        {
            "start": 931348722,
            "stop": 931348734
        },
        {
            "start": 931348740,
            "stop": 931348747
        },
        {
            "start": 931348759,
            "stop": 931348760
        },
        {
            "start": 931348766,
            "stop": 931348793
        },
        {
            "start": 931348803,
            "stop": 931348813
        },
        {
            "start": 931348819,
            "stop": 931348832
        },
        {
            "start": 931348838,
            "stop": 931348852
        },
        {
            "start": 931348858,
            "stop": 931348867
        }
    ]
}