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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 109,
    "results": [
        {
            "start": 931512378,
            "stop": 931512381
        },
        {
            "start": 931512384,
            "stop": 931512394
        },
        {
            "start": 931512396,
            "stop": 931512412
        },
        {
            "start": 931512415,
            "stop": 931512439
        },
        {
            "start": 931512445,
            "stop": 931512448
        },
        {
            "start": 931512451,
            "stop": 931512467
        },
        {
            "start": 931512472,
            "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": 931512678
        },
        {
            "start": 931512681,
            "stop": 931512698
        },
        {
            "start": 931512701,
            "stop": 931512706
        },
        {
            "start": 931512709,
            "stop": 931512711
        }
    ]
}