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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=440",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 441,
    "results": [
        {
            "start": 933274660,
            "stop": 933274815
        },
        {
            "start": 933275175,
            "stop": 933275798
        },
        {
            "start": 933275800,
            "stop": 933276021
        },
        {
            "start": 933276024,
            "stop": 933276358
        },
        {
            "start": 933278775,
            "stop": 933281678
        },
        {
            "start": 933281681,
            "stop": 933281795
        },
        {
            "start": 933281798,
            "stop": 933282015
        },
        {
            "start": 933282375,
            "stop": 933285595
        },
        {
            "start": 933285598,
            "stop": 933285615
        },
        {
            "start": 933285975,
            "stop": 933286660
        },
        {
            "start": 933286662,
            "stop": 933289215
        },
        {
            "start": 933289575,
            "stop": 933289774
        },
        {
            "start": 933293175,
            "stop": 933294070
        },
        {
            "start": 933294073,
            "stop": 933294936
        },
        {
            "start": 933294939,
            "stop": 933296415
        },
        {
            "start": 933296775,
            "stop": 933300015
        },
        {
            "start": 933300375,
            "stop": 933300956
        },
        {
            "start": 933300958,
            "stop": 933302952
        },
        {
            "start": 933302954,
            "stop": 933303615
        },
        {
            "start": 933303975,
            "stop": 933304467
        }
    ]
}