Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8875
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8874",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8875,
    "results": [
        {
            "start": 874964640,
            "stop": 874964700
        },
        {
            "start": 874964940,
            "stop": 874965060
        },
        {
            "start": 874965600,
            "stop": 874965720
        },
        {
            "start": 874965780,
            "stop": 874965863
        },
        {
            "start": 874965871,
            "stop": 874965872
        },
        {
            "start": 874965882,
            "stop": 874965900
        },
        {
            "start": 874965960,
            "stop": 874966010
        },
        {
            "start": 874966150,
            "stop": 874966320
        },
        {
            "start": 874966380,
            "stop": 874966560
        },
        {
            "start": 874966740,
            "stop": 874966800
        },
        {
            "start": 874966860,
            "stop": 874967400
        },
        {
            "start": 874967460,
            "stop": 874967520
        },
        {
            "start": 874967640,
            "stop": 874967760
        },
        {
            "start": 874967820,
            "stop": 874968110
        },
        {
            "start": 874968250,
            "stop": 874968360
        },
        {
            "start": 874968420,
            "stop": 874968650
        },
        {
            "start": 874968730,
            "stop": 874968962
        },
        {
            "start": 874969082,
            "stop": 874969365
        },
        {
            "start": 874969485,
            "stop": 874969850
        },
        {
            "start": 874969984,
            "stop": 874971530
        }
    ]
}