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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4942",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4943,
    "results": [
        {
            "start": 874347293,
            "stop": 874347301
        },
        {
            "start": 874349924,
            "stop": 874350720
        },
        {
            "start": 874350780,
            "stop": 874351310
        },
        {
            "start": 874351332,
            "stop": 874351341
        },
        {
            "start": 874351360,
            "stop": 874351418
        },
        {
            "start": 874351437,
            "stop": 874351500
        },
        {
            "start": 874351620,
            "stop": 874351976
        },
        {
            "start": 874351995,
            "stop": 874352072
        },
        {
            "start": 874352102,
            "stop": 874352119
        },
        {
            "start": 874352143,
            "stop": 874352165
        },
        {
            "start": 874352210,
            "stop": 874352255
        },
        {
            "start": 874352274,
            "stop": 874352402
        },
        {
            "start": 874352421,
            "stop": 874352470
        },
        {
            "start": 874352489,
            "stop": 874352546
        },
        {
            "start": 874352609,
            "stop": 874352637
        },
        {
            "start": 874353556,
            "stop": 874354024
        },
        {
            "start": 874354837,
            "stop": 874356571
        },
        {
            "start": 874356590,
            "stop": 874356619
        },
        {
            "start": 874356638,
            "stop": 874356764
        },
        {
            "start": 874356786,
            "stop": 874356924
        }
    ]
}