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_CBCLOW_CAT2/segments?format=api&page=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=233",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 234,
    "results": [
        {
            "start": 821679881,
            "stop": 821679887
        },
        {
            "start": 821679901,
            "stop": 821679903
        },
        {
            "start": 821679906,
            "stop": 821679911
        },
        {
            "start": 821679914,
            "stop": 821679915
        },
        {
            "start": 821679918,
            "stop": 821679920
        },
        {
            "start": 821679923,
            "stop": 821679933
        },
        {
            "start": 821679936,
            "stop": 821679939
        },
        {
            "start": 821679942,
            "stop": 821679943
        },
        {
            "start": 821679950,
            "stop": 821679957
        },
        {
            "start": 821679961,
            "stop": 821679967
        },
        {
            "start": 821679970,
            "stop": 821679981
        },
        {
            "start": 821679984,
            "stop": 821680001
        },
        {
            "start": 821680004,
            "stop": 821680008
        },
        {
            "start": 821680015,
            "stop": 821680033
        },
        {
            "start": 821680037,
            "stop": 821680055
        },
        {
            "start": 821680058,
            "stop": 821680061
        },
        {
            "start": 821680064,
            "stop": 821680066
        },
        {
            "start": 821680069,
            "stop": 821680081
        },
        {
            "start": 821680090,
            "stop": 821680091
        },
        {
            "start": 821680094,
            "stop": 821680105
        }
    ]
}