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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=843",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=841",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 842,
    "results": [
        {
            "start": 1250446553,
            "stop": 1250446783
        },
        {
            "start": 1250446788,
            "stop": 1250447252
        },
        {
            "start": 1250447256,
            "stop": 1250447807
        },
        {
            "start": 1250447808,
            "stop": 1250447815
        },
        {
            "start": 1250447819,
            "stop": 1250447826
        },
        {
            "start": 1250447831,
            "stop": 1250447834
        },
        {
            "start": 1250447835,
            "stop": 1250447841
        },
        {
            "start": 1250447846,
            "stop": 1250447847
        },
        {
            "start": 1250447849,
            "stop": 1250447870
        },
        {
            "start": 1250447874,
            "stop": 1250447918
        },
        {
            "start": 1250447922,
            "stop": 1250447939
        },
        {
            "start": 1250447944,
            "stop": 1250448513
        },
        {
            "start": 1250448517,
            "stop": 1250448524
        },
        {
            "start": 1250448529,
            "stop": 1250448538
        },
        {
            "start": 1250448547,
            "stop": 1250448622
        },
        {
            "start": 1250448626,
            "stop": 1250449003
        },
        {
            "start": 1250449008,
            "stop": 1250449655
        },
        {
            "start": 1250449660,
            "stop": 1250449773
        },
        {
            "start": 1250449777,
            "stop": 1250449792
        },
        {
            "start": 1250449796,
            "stop": 1250450037
        }
    ]
}