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=46913
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=46914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46912",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46913,
    "results": [
        {
            "start": 875187389,
            "stop": 875187401
        },
        {
            "start": 875187404,
            "stop": 875187415
        },
        {
            "start": 875187416,
            "stop": 875187423
        },
        {
            "start": 875187424,
            "stop": 875187460
        },
        {
            "start": 875187461,
            "stop": 875187543
        },
        {
            "start": 875187544,
            "stop": 875187640
        },
        {
            "start": 875187641,
            "stop": 875187713
        },
        {
            "start": 875187714,
            "stop": 875187721
        },
        {
            "start": 875187722,
            "stop": 875187857
        },
        {
            "start": 875187861,
            "stop": 875187865
        },
        {
            "start": 875187867,
            "stop": 875187900
        },
        {
            "start": 875187901,
            "stop": 875187916
        },
        {
            "start": 875187919,
            "stop": 875187934
        },
        {
            "start": 875187937,
            "stop": 875187964
        },
        {
            "start": 875187965,
            "stop": 875187975
        },
        {
            "start": 875187976,
            "stop": 875188027
        },
        {
            "start": 875188028,
            "stop": 875188082
        },
        {
            "start": 875188083,
            "stop": 875188092
        },
        {
            "start": 875188093,
            "stop": 875188141
        },
        {
            "start": 875188143,
            "stop": 875188149
        }
    ]
}