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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=49",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 50,
    "results": [
        {
            "start": 817222699,
            "stop": 817223154
        },
        {
            "start": 817223161,
            "stop": 817223375
        },
        {
            "start": 817223382,
            "stop": 817223492
        },
        {
            "start": 817223499,
            "stop": 817223577
        },
        {
            "start": 817223584,
            "stop": 817224013
        },
        {
            "start": 817228513,
            "stop": 817228675
        },
        {
            "start": 817228682,
            "stop": 817228712
        },
        {
            "start": 817228720,
            "stop": 817228729
        },
        {
            "start": 817228736,
            "stop": 817228920
        },
        {
            "start": 817228980,
            "stop": 817229068
        },
        {
            "start": 817229079,
            "stop": 817229220
        },
        {
            "start": 817229280,
            "stop": 817229570
        },
        {
            "start": 817229710,
            "stop": 817229800
        },
        {
            "start": 817229808,
            "stop": 817230180
        },
        {
            "start": 817230240,
            "stop": 817230300
        },
        {
            "start": 817230480,
            "stop": 817230660
        },
        {
            "start": 817230720,
            "stop": 817231070
        },
        {
            "start": 817231150,
            "stop": 817231255
        },
        {
            "start": 817231262,
            "stop": 817231320
        },
        {
            "start": 817231380,
            "stop": 817231500
        }
    ]
}