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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=40",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 41,
    "results": [
        {
            "start": 931341312,
            "stop": 931341322
        },
        {
            "start": 931341336,
            "stop": 931341346
        },
        {
            "start": 931341351,
            "stop": 931341356
        },
        {
            "start": 931341366,
            "stop": 931341831
        },
        {
            "start": 931341837,
            "stop": 931342128
        },
        {
            "start": 931342134,
            "stop": 931342960
        },
        {
            "start": 931342966,
            "stop": 931343497
        },
        {
            "start": 931343502,
            "stop": 931343691
        },
        {
            "start": 931343697,
            "stop": 931343729
        },
        {
            "start": 931343735,
            "stop": 931344374
        },
        {
            "start": 931344390,
            "stop": 931344424
        },
        {
            "start": 931344439,
            "stop": 931344446
        },
        {
            "start": 931344457,
            "stop": 931344465
        },
        {
            "start": 931344471,
            "stop": 931344485
        },
        {
            "start": 931344490,
            "stop": 931344637
        },
        {
            "start": 931344649,
            "stop": 931344863
        },
        {
            "start": 931344868,
            "stop": 931344885
        },
        {
            "start": 931344891,
            "stop": 931344930
        },
        {
            "start": 931344936,
            "stop": 931344950
        },
        {
            "start": 931344956,
            "stop": 931345173
        }
    ]
}