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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3184",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3185,
    "results": [
        {
            "start": 870207300,
            "stop": 870209100
        },
        {
            "start": 870209220,
            "stop": 870210335
        },
        {
            "start": 870210340,
            "stop": 870210360
        },
        {
            "start": 870210420,
            "stop": 870210660
        },
        {
            "start": 870210720,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870213120
        },
        {
            "start": 870213180,
            "stop": 870213240
        },
        {
            "start": 870213300,
            "stop": 870214020
        },
        {
            "start": 870214080,
            "stop": 870214715
        },
        {
            "start": 870215883,
            "stop": 870218520
        },
        {
            "start": 870218640,
            "stop": 870228356
        },
        {
            "start": 870228359,
            "stop": 870229048
        },
        {
            "start": 870229052,
            "stop": 870229200
        },
        {
            "start": 870229260,
            "stop": 870229560
        },
        {
            "start": 870229620,
            "stop": 870229895
        },
        {
            "start": 870229899,
            "stop": 870230640
        },
        {
            "start": 870230700,
            "stop": 870231480
        },
        {
            "start": 870231660,
            "stop": 870231900
        },
        {
            "start": 870231960,
            "stop": 870231998
        },
        {
            "start": 870232001,
            "stop": 870232440
        }
    ]
}