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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=268",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 269,
    "results": [
        {
            "start": 931512451,
            "stop": 931512467
        },
        {
            "start": 931512472,
            "stop": 931512480
        },
        {
            "start": 931512482,
            "stop": 931512485
        },
        {
            "start": 931512491,
            "stop": 931512506
        },
        {
            "start": 931512509,
            "stop": 931512530
        },
        {
            "start": 931512533,
            "stop": 931512537
        },
        {
            "start": 931512540,
            "stop": 931512553
        },
        {
            "start": 931512556,
            "stop": 931512567
        },
        {
            "start": 931512569,
            "stop": 931512590
        },
        {
            "start": 931512593,
            "stop": 931512647
        },
        {
            "start": 931512650,
            "stop": 931512652
        },
        {
            "start": 931512654,
            "stop": 931512658
        },
        {
            "start": 931512662,
            "stop": 931512669
        },
        {
            "start": 931512671,
            "stop": 931512678
        },
        {
            "start": 931512681,
            "stop": 931512689
        },
        {
            "start": 931512693,
            "stop": 931512698
        },
        {
            "start": 931512701,
            "stop": 931512706
        },
        {
            "start": 931512709,
            "stop": 931512711
        },
        {
            "start": 931512714,
            "stop": 931512755
        },
        {
            "start": 931512756,
            "stop": 931512759
        }
    ]
}