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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=153",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 154,
    "results": [
        {
            "start": 838758454,
            "stop": 838822385
        },
        {
            "start": 838825370,
            "stop": 838831609
        },
        {
            "start": 838832909,
            "stop": 838843777
        },
        {
            "start": 838845349,
            "stop": 838856226
        },
        {
            "start": 838856228,
            "stop": 838910830
        },
        {
            "start": 838910832,
            "stop": 838911805
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 839017962
        },
        {
            "start": 839017964,
            "stop": 839017973
        },
        {
            "start": 839017975,
            "stop": 839020507
        },
        {
            "start": 839021920,
            "stop": 839022588
        },
        {
            "start": 839023086,
            "stop": 839024687
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839033716
        },
        {
            "start": 839034249,
            "stop": 839065011
        },
        {
            "start": 839065411,
            "stop": 839073605
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839102755
        },
        {
            "start": 839102761,
            "stop": 839102910
        },
        {
            "start": 839102912,
            "stop": 839102925
        }
    ]
}