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=8840
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=8841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8839",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8840,
    "results": [
        {
            "start": 874505951,
            "stop": 874506333
        },
        {
            "start": 874506350,
            "stop": 874507080
        },
        {
            "start": 874507140,
            "stop": 874507260
        },
        {
            "start": 874507320,
            "stop": 874507380
        },
        {
            "start": 874507440,
            "stop": 874507680
        },
        {
            "start": 874507830,
            "stop": 874507980
        },
        {
            "start": 874508100,
            "stop": 874508280
        },
        {
            "start": 874508640,
            "stop": 874508700
        },
        {
            "start": 874508760,
            "stop": 874508820
        },
        {
            "start": 874509420,
            "stop": 874509480
        },
        {
            "start": 874509540,
            "stop": 874509600
        },
        {
            "start": 874509900,
            "stop": 874509960
        },
        {
            "start": 874510440,
            "stop": 874510500
        },
        {
            "start": 874510680,
            "stop": 874510740
        },
        {
            "start": 874510860,
            "stop": 874510920
        },
        {
            "start": 874511290,
            "stop": 874511580
        },
        {
            "start": 874511760,
            "stop": 874511880
        },
        {
            "start": 874511940,
            "stop": 874512180
        },
        {
            "start": 874512240,
            "stop": 874512300
        },
        {
            "start": 874512540,
            "stop": 874512720
        }
    ]
}