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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46881",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46882,
    "results": [
        {
            "start": 875152050,
            "stop": 875152065
        },
        {
            "start": 875152069,
            "stop": 875152107
        },
        {
            "start": 875152108,
            "stop": 875152290
        },
        {
            "start": 875152293,
            "stop": 875152295
        },
        {
            "start": 875152296,
            "stop": 875152321
        },
        {
            "start": 875152322,
            "stop": 875152436
        },
        {
            "start": 875152437,
            "stop": 875152459
        },
        {
            "start": 875152460,
            "stop": 875152500
        },
        {
            "start": 875152501,
            "stop": 875152502
        },
        {
            "start": 875152503,
            "stop": 875152537
        },
        {
            "start": 875152540,
            "stop": 875152552
        },
        {
            "start": 875152555,
            "stop": 875152795
        },
        {
            "start": 875152798,
            "stop": 875152802
        },
        {
            "start": 875152806,
            "stop": 875152815
        },
        {
            "start": 875152816,
            "stop": 875152821
        },
        {
            "start": 875152822,
            "stop": 875152836
        },
        {
            "start": 875152838,
            "stop": 875152841
        },
        {
            "start": 875152842,
            "stop": 875152854
        },
        {
            "start": 875152855,
            "stop": 875152873
        },
        {
            "start": 875152874,
            "stop": 875152883
        }
    ]
}