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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=132",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 133,
    "results": [
        {
            "start": 819184984,
            "stop": 819185037
        },
        {
            "start": 819185045,
            "stop": 819185281
        },
        {
            "start": 819188420,
            "stop": 819189073
        },
        {
            "start": 819189080,
            "stop": 819189512
        },
        {
            "start": 819189520,
            "stop": 819189769
        },
        {
            "start": 819189776,
            "stop": 819190861
        },
        {
            "start": 819190869,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819193989
        },
        {
            "start": 819193997,
            "stop": 819194927
        },
        {
            "start": 819194934,
            "stop": 819195006
        },
        {
            "start": 819195013,
            "stop": 819195028
        },
        {
            "start": 819195036,
            "stop": 819195664
        },
        {
            "start": 819195672,
            "stop": 819195725
        },
        {
            "start": 819195732,
            "stop": 819196903
        },
        {
            "start": 819196911,
            "stop": 819200054
        },
        {
            "start": 819200061,
            "stop": 819201799
        },
        {
            "start": 819202297,
            "stop": 819202509
        },
        {
            "start": 819202516,
            "stop": 819203200
        },
        {
            "start": 819203207,
            "stop": 819203742
        },
        {
            "start": 819203749,
            "stop": 819204073
        }
    ]
}