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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 129,
    "results": [
        {
            "start": 820189678,
            "stop": 820189731
        },
        {
            "start": 820189734,
            "stop": 820190165
        },
        {
            "start": 820190168,
            "stop": 820190249
        },
        {
            "start": 820190252,
            "stop": 820190279
        },
        {
            "start": 820190282,
            "stop": 820190348
        },
        {
            "start": 820190352,
            "stop": 820190483
        },
        {
            "start": 820190486,
            "stop": 820190555
        },
        {
            "start": 820190558,
            "stop": 820190838
        },
        {
            "start": 820190842,
            "stop": 820190851
        },
        {
            "start": 820190855,
            "stop": 820190858
        },
        {
            "start": 820190861,
            "stop": 820190899
        },
        {
            "start": 820190902,
            "stop": 820190927
        },
        {
            "start": 820190931,
            "stop": 820191002
        },
        {
            "start": 820191005,
            "stop": 820191014
        },
        {
            "start": 820191017,
            "stop": 820191070
        },
        {
            "start": 820191073,
            "stop": 820191234
        },
        {
            "start": 820191237,
            "stop": 820191259
        },
        {
            "start": 820191262,
            "stop": 820191287
        },
        {
            "start": 820191291,
            "stop": 820191305
        },
        {
            "start": 820191308,
            "stop": 820191310
        }
    ]
}