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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4337",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4338,
    "results": [
        {
            "start": 874742059,
            "stop": 874742107
        },
        {
            "start": 874742132,
            "stop": 874742144
        },
        {
            "start": 874742163,
            "stop": 874742248
        },
        {
            "start": 874742273,
            "stop": 874742281
        },
        {
            "start": 874742301,
            "stop": 874742329
        },
        {
            "start": 874742366,
            "stop": 874742388
        },
        {
            "start": 874742412,
            "stop": 874742545
        },
        {
            "start": 874742564,
            "stop": 874742753
        },
        {
            "start": 874742773,
            "stop": 874742913
        },
        {
            "start": 874742937,
            "stop": 874743041
        },
        {
            "start": 874743086,
            "stop": 874743182
        },
        {
            "start": 874743201,
            "stop": 874743270
        },
        {
            "start": 874743289,
            "stop": 874743441
        },
        {
            "start": 874743473,
            "stop": 874743480
        },
        {
            "start": 874743545,
            "stop": 874743643
        },
        {
            "start": 874743662,
            "stop": 874743663
        },
        {
            "start": 874743682,
            "stop": 874743733
        },
        {
            "start": 874743752,
            "stop": 874743754
        },
        {
            "start": 874743773,
            "stop": 874743812
        },
        {
            "start": 874743831,
            "stop": 874743943
        }
    ]
}