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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7190",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7191,
    "results": [
        {
            "start": 874565394,
            "stop": 874565537
        },
        {
            "start": 874565538,
            "stop": 874565713
        },
        {
            "start": 874565715,
            "stop": 874565865
        },
        {
            "start": 874565866,
            "stop": 874566200
        },
        {
            "start": 874566202,
            "stop": 874566481
        },
        {
            "start": 874566483,
            "stop": 874566557
        },
        {
            "start": 874566558,
            "stop": 874567016
        },
        {
            "start": 874567017,
            "stop": 874567251
        },
        {
            "start": 874567252,
            "stop": 874567323
        },
        {
            "start": 874567324,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567861
        },
        {
            "start": 874567862,
            "stop": 874567889
        },
        {
            "start": 874567891,
            "stop": 874567893
        },
        {
            "start": 874567894,
            "stop": 874567904
        },
        {
            "start": 874567907,
            "stop": 874567914
        },
        {
            "start": 874567915,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        },
        {
            "start": 874568434,
            "stop": 874568591
        },
        {
            "start": 874568891,
            "stop": 874568937
        },
        {
            "start": 874568938,
            "stop": 874568942
        }
    ]
}