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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5790",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5791,
    "results": [
        {
            "start": 874680980,
            "stop": 874680982
        },
        {
            "start": 874680985,
            "stop": 874680987
        },
        {
            "start": 874680992,
            "stop": 874681001
        },
        {
            "start": 874681004,
            "stop": 874681006
        },
        {
            "start": 874681010,
            "stop": 874681015
        },
        {
            "start": 874681018,
            "stop": 874681019
        },
        {
            "start": 874681022,
            "stop": 874681031
        },
        {
            "start": 874681035,
            "stop": 874681050
        },
        {
            "start": 874681054,
            "stop": 874681058
        },
        {
            "start": 874681061,
            "stop": 874681117
        },
        {
            "start": 874681120,
            "stop": 874681127
        },
        {
            "start": 874681133,
            "stop": 874681147
        },
        {
            "start": 874681151,
            "stop": 874681180
        },
        {
            "start": 874681183,
            "stop": 874681230
        },
        {
            "start": 874681233,
            "stop": 874681235
        },
        {
            "start": 874681238,
            "stop": 874681240
        },
        {
            "start": 874681243,
            "stop": 874681370
        },
        {
            "start": 874681373,
            "stop": 874681659
        },
        {
            "start": 874681662,
            "stop": 874681678
        },
        {
            "start": 874681681,
            "stop": 874681771
        }
    ]
}