Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=736
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=735",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 736,
    "results": [
        {
            "start": 855499904,
            "stop": 855501125
        },
        {
            "start": 855511643,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520961
        },
        {
            "start": 855521956,
            "stop": 855526410
        },
        {
            "start": 855526470,
            "stop": 855526487
        },
        {
            "start": 855528028,
            "stop": 855544112
        },
        {
            "start": 855547114,
            "stop": 855557878
        },
        {
            "start": 855558470,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620236
        },
        {
            "start": 855622572,
            "stop": 855630052
        },
        {
            "start": 855630055,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689332
        },
        {
            "start": 855689333,
            "stop": 855689334
        },
        {
            "start": 855693275,
            "stop": 855706410
        },
        {
            "start": 855708260,
            "stop": 855708742
        },
        {
            "start": 855709523,
            "stop": 855712538
        },
        {
            "start": 855713172,
            "stop": 855724710
        },
        {
            "start": 855724770,
            "stop": 855778738
        },
        {
            "start": 855780880,
            "stop": 855783267
        }
    ]
}