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=8890
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=8891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8889",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8890,
    "results": [
        {
            "start": 875177700,
            "stop": 875178900
        },
        {
            "start": 875178960,
            "stop": 875179440
        },
        {
            "start": 875179500,
            "stop": 875179740
        },
        {
            "start": 875179800,
            "stop": 875181060
        },
        {
            "start": 875181132,
            "stop": 875182079
        },
        {
            "start": 875182087,
            "stop": 875182112
        },
        {
            "start": 875182119,
            "stop": 875182121
        },
        {
            "start": 875182137,
            "stop": 875182140
        },
        {
            "start": 875182440,
            "stop": 875182500
        },
        {
            "start": 875182620,
            "stop": 875182680
        },
        {
            "start": 875189700,
            "stop": 875189760
        },
        {
            "start": 875190180,
            "stop": 875190208
        },
        {
            "start": 875190540,
            "stop": 875192400
        },
        {
            "start": 875192460,
            "stop": 875192925
        },
        {
            "start": 875193045,
            "stop": 875196458
        },
        {
            "start": 875196578,
            "stop": 875197484
        },
        {
            "start": 875197491,
            "stop": 875197500
        },
        {
            "start": 875197560,
            "stop": 875197807
        },
        {
            "start": 875197814,
            "stop": 875199040
        },
        {
            "start": 875199186,
            "stop": 875199382
        }
    ]
}