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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=653",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 654,
    "results": [
        {
            "start": 855547114,
            "stop": 855557878
        },
        {
            "start": 855558470,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620228
        },
        {
            "start": 855622572,
            "stop": 855630044
        },
        {
            "start": 855630063,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689324
        },
        {
            "start": 855693275,
            "stop": 855706410
        },
        {
            "start": 855708260,
            "stop": 855708742
        },
        {
            "start": 855709523,
            "stop": 855712538
        },
        {
            "start": 855713172,
            "stop": 855724710
        },
        {
            "start": 855724770,
            "stop": 855778730
        },
        {
            "start": 855780880,
            "stop": 855783259
        },
        {
            "start": 855784316,
            "stop": 855809722
        },
        {
            "start": 855813326,
            "stop": 855824227
        },
        {
            "start": 855825516,
            "stop": 855862410
        },
        {
            "start": 855867651,
            "stop": 855867702
        },
        {
            "start": 855869550,
            "stop": 855869760
        },
        {
            "start": 855887484,
            "stop": 855901139
        },
        {
            "start": 855902199,
            "stop": 855907802
        }
    ]
}