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=40682
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=40683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40681",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40682,
    "results": [
        {
            "start": 874930323,
            "stop": 874930358
        },
        {
            "start": 874930360,
            "stop": 874930414
        },
        {
            "start": 874930415,
            "stop": 874930456
        },
        {
            "start": 874930458,
            "stop": 874930487
        },
        {
            "start": 874930488,
            "stop": 874930542
        },
        {
            "start": 874930543,
            "stop": 874930558
        },
        {
            "start": 874930560,
            "stop": 874930563
        },
        {
            "start": 874930564,
            "stop": 874930576
        },
        {
            "start": 874930577,
            "stop": 874930640
        },
        {
            "start": 874930641,
            "stop": 874930643
        },
        {
            "start": 874930644,
            "stop": 874930647
        },
        {
            "start": 874930649,
            "stop": 874930653
        },
        {
            "start": 874930654,
            "stop": 874930733
        },
        {
            "start": 874930734,
            "stop": 874930741
        },
        {
            "start": 874930742,
            "stop": 874930744
        },
        {
            "start": 874930746,
            "stop": 874930751
        },
        {
            "start": 874930752,
            "stop": 874930788
        },
        {
            "start": 874930789,
            "stop": 874930798
        },
        {
            "start": 874930799,
            "stop": 874930806
        },
        {
            "start": 874930808,
            "stop": 874930815
        }
    ]
}