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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2398",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2399,
    "results": [
        {
            "start": 873184707,
            "stop": 873191016
        },
        {
            "start": 873191033,
            "stop": 873191171
        },
        {
            "start": 873191188,
            "stop": 873193483
        },
        {
            "start": 873193500,
            "stop": 873194725
        },
        {
            "start": 873194742,
            "stop": 873197339
        },
        {
            "start": 873197356,
            "stop": 873197456
        },
        {
            "start": 873197473,
            "stop": 873197481
        },
        {
            "start": 873197498,
            "stop": 873197940
        },
        {
            "start": 873198060,
            "stop": 873198330
        },
        {
            "start": 873198347,
            "stop": 873198759
        },
        {
            "start": 873198776,
            "stop": 873200460
        },
        {
            "start": 873200477,
            "stop": 873200540
        },
        {
            "start": 873200557,
            "stop": 873201467
        },
        {
            "start": 873201484,
            "stop": 873201757
        },
        {
            "start": 873201775,
            "stop": 873201842
        },
        {
            "start": 873201880,
            "stop": 873201938
        },
        {
            "start": 873201962,
            "stop": 873201963
        },
        {
            "start": 873201990,
            "stop": 873202050
        },
        {
            "start": 873202083,
            "stop": 873202413
        },
        {
            "start": 873202430,
            "stop": 873202449
        }
    ]
}