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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=380",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 381,
    "results": [
        {
            "start": 825752472,
            "stop": 825752473
        },
        {
            "start": 825752476,
            "stop": 825752477
        },
        {
            "start": 825752481,
            "stop": 825752485
        },
        {
            "start": 825752490,
            "stop": 825752491
        },
        {
            "start": 825752524,
            "stop": 825752525
        },
        {
            "start": 825752548,
            "stop": 825752549
        },
        {
            "start": 825752552,
            "stop": 825752556
        },
        {
            "start": 825752561,
            "stop": 825752563
        },
        {
            "start": 825752576,
            "stop": 825752577
        },
        {
            "start": 825752589,
            "stop": 825752597
        },
        {
            "start": 825752600,
            "stop": 825752601
        },
        {
            "start": 825752606,
            "stop": 825752608
        },
        {
            "start": 825752626,
            "stop": 825752627
        },
        {
            "start": 825752630,
            "stop": 825752635
        },
        {
            "start": 825752638,
            "stop": 825752640
        },
        {
            "start": 825752648,
            "stop": 825752651
        },
        {
            "start": 825752654,
            "stop": 825752656
        },
        {
            "start": 825752663,
            "stop": 825752665
        },
        {
            "start": 825752668,
            "stop": 825752670
        },
        {
            "start": 825752674,
            "stop": 825752675
        }
    ]
}