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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=249",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 250,
    "results": [
        {
            "start": 820934086,
            "stop": 820934112
        },
        {
            "start": 820934115,
            "stop": 820934412
        },
        {
            "start": 820934415,
            "stop": 820934479
        },
        {
            "start": 820934483,
            "stop": 820934631
        },
        {
            "start": 820934634,
            "stop": 820934705
        },
        {
            "start": 820934709,
            "stop": 820934743
        },
        {
            "start": 820934746,
            "stop": 820934756
        },
        {
            "start": 820934759,
            "stop": 820934839
        },
        {
            "start": 820934842,
            "stop": 820934876
        },
        {
            "start": 820934879,
            "stop": 820935004
        },
        {
            "start": 820935007,
            "stop": 820935080
        },
        {
            "start": 820935083,
            "stop": 820935130
        },
        {
            "start": 820935134,
            "stop": 820935210
        },
        {
            "start": 820935213,
            "stop": 820935359
        },
        {
            "start": 820935362,
            "stop": 820935379
        },
        {
            "start": 820935382,
            "stop": 820935396
        },
        {
            "start": 820935400,
            "stop": 820935608
        },
        {
            "start": 820935611,
            "stop": 820935613
        },
        {
            "start": 820935616,
            "stop": 820935698
        },
        {
            "start": 820935702,
            "stop": 820935718
        }
    ]
}