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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2056",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2057,
    "results": [
        {
            "start": 861178611,
            "stop": 861179779
        },
        {
            "start": 861179945,
            "stop": 861214750
        },
        {
            "start": 861215172,
            "stop": 861216114
        },
        {
            "start": 861217852,
            "stop": 861219870
        },
        {
            "start": 861219930,
            "stop": 861221356
        },
        {
            "start": 861222535,
            "stop": 861226140
        },
        {
            "start": 861226200,
            "stop": 861227280
        },
        {
            "start": 861227340,
            "stop": 861233120
        },
        {
            "start": 861233230,
            "stop": 861234213
        },
        {
            "start": 861234513,
            "stop": 861238980
        },
        {
            "start": 861239040,
            "stop": 861240480
        },
        {
            "start": 861240540,
            "stop": 861278708
        },
        {
            "start": 861279796,
            "stop": 861279968
        },
        {
            "start": 861280078,
            "stop": 861280222
        },
        {
            "start": 861282388,
            "stop": 861282682
        },
        {
            "start": 861282982,
            "stop": 861306375
        },
        {
            "start": 861306377,
            "stop": 861306866
        },
        {
            "start": 861307078,
            "stop": 861309618
        },
        {
            "start": 861309918,
            "stop": 861310029
        },
        {
            "start": 861310139,
            "stop": 861310505
        }
    ]
}