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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=112",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 113,
    "results": [
        {
            "start": 855462027,
            "stop": 855476969
        },
        {
            "start": 855478896,
            "stop": 855485422
        },
        {
            "start": 855499904,
            "stop": 855501125
        },
        {
            "start": 855511643,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520961
        },
        {
            "start": 855521956,
            "stop": 855526487
        },
        {
            "start": 855528028,
            "stop": 855544112
        },
        {
            "start": 855547114,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620236
        },
        {
            "start": 855622572,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689334
        },
        {
            "start": 855693275,
            "stop": 855706448
        },
        {
            "start": 855707663,
            "stop": 855778740
        },
        {
            "start": 855780880,
            "stop": 855783270
        },
        {
            "start": 855784316,
            "stop": 855809730
        },
        {
            "start": 855813326,
            "stop": 855824235
        },
        {
            "start": 855825516,
            "stop": 855862443
        },
        {
            "start": 855867651,
            "stop": 855867711
        },
        {
            "start": 855869550,
            "stop": 855869770
        }
    ]
}