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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=156",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 157,
    "results": [
        {
            "start": 821522488,
            "stop": 821522504
        },
        {
            "start": 821522507,
            "stop": 821522527
        },
        {
            "start": 821522532,
            "stop": 821522533
        },
        {
            "start": 821522536,
            "stop": 821522563
        },
        {
            "start": 821522566,
            "stop": 821522622
        },
        {
            "start": 821522628,
            "stop": 821522657
        },
        {
            "start": 821522660,
            "stop": 821522670
        },
        {
            "start": 821522673,
            "stop": 821522687
        },
        {
            "start": 821522691,
            "stop": 821522717
        },
        {
            "start": 821522720,
            "stop": 821522744
        },
        {
            "start": 821522747,
            "stop": 821522803
        },
        {
            "start": 821523203,
            "stop": 821523208
        },
        {
            "start": 821523212,
            "stop": 821523243
        },
        {
            "start": 821523246,
            "stop": 821523259
        },
        {
            "start": 821523262,
            "stop": 821523270
        },
        {
            "start": 821523274,
            "stop": 821523301
        },
        {
            "start": 821523308,
            "stop": 821523318
        },
        {
            "start": 821523321,
            "stop": 821523328
        },
        {
            "start": 821523331,
            "stop": 821523340
        },
        {
            "start": 821523343,
            "stop": 821523344
        }
    ]
}