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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=390",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 391,
    "results": [
        {
            "start": 932519175,
            "stop": 932521034
        },
        {
            "start": 932521036,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932521986
        },
        {
            "start": 932525106,
            "stop": 932525200
        },
        {
            "start": 932526375,
            "stop": 932527832
        },
        {
            "start": 932527835,
            "stop": 932529179
        },
        {
            "start": 932529181,
            "stop": 932529299
        },
        {
            "start": 932529302,
            "stop": 932529560
        },
        {
            "start": 932530779,
            "stop": 932531009
        },
        {
            "start": 932531012,
            "stop": 932531145
        },
        {
            "start": 932531148,
            "stop": 932532661
        },
        {
            "start": 932532663,
            "stop": 932532676
        },
        {
            "start": 932532679,
            "stop": 932532690
        },
        {
            "start": 932532693,
            "stop": 932532705
        },
        {
            "start": 932532708,
            "stop": 932532780
        },
        {
            "start": 932532783,
            "stop": 932533215
        },
        {
            "start": 932533575,
            "stop": 932533635
        },
        {
            "start": 932533637,
            "stop": 932535525
        },
        {
            "start": 932535529,
            "stop": 932535601
        },
        {
            "start": 932535603,
            "stop": 932535615
        }
    ]
}