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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=48",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 49,
    "results": [
        {
            "start": 940944281,
            "stop": 940948323
        },
        {
            "start": 940949373,
            "stop": 940960623
        },
        {
            "start": 940962338,
            "stop": 940963227
        },
        {
            "start": 940963310,
            "stop": 940966227
        },
        {
            "start": 940966326,
            "stop": 940966398
        },
        {
            "start": 940966402,
            "stop": 940966459
        },
        {
            "start": 940966464,
            "stop": 940966473
        },
        {
            "start": 940966477,
            "stop": 940966478
        },
        {
            "start": 940966481,
            "stop": 940966713
        },
        {
            "start": 940966716,
            "stop": 940966761
        },
        {
            "start": 940966767,
            "stop": 940967112
        },
        {
            "start": 940967115,
            "stop": 940967123
        },
        {
            "start": 940967127,
            "stop": 940967370
        },
        {
            "start": 940967375,
            "stop": 940967392
        },
        {
            "start": 940967396,
            "stop": 940967420
        },
        {
            "start": 940967424,
            "stop": 940967425
        },
        {
            "start": 940967435,
            "stop": 940967567
        },
        {
            "start": 940967571,
            "stop": 940967756
        },
        {
            "start": 940967759,
            "stop": 940968141
        },
        {
            "start": 940968145,
            "stop": 940968287
        }
    ]
}