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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=295",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 296,
    "results": [
        {
            "start": 940081700,
            "stop": 940082155
        },
        {
            "start": 940082161,
            "stop": 940082229
        },
        {
            "start": 940082242,
            "stop": 940082275
        },
        {
            "start": 940082283,
            "stop": 940082288
        },
        {
            "start": 940132069,
            "stop": 940132878
        },
        {
            "start": 940139471,
            "stop": 940149774
        },
        {
            "start": 940149780,
            "stop": 940159256
        },
        {
            "start": 940159262,
            "stop": 940159263
        },
        {
            "start": 940159268,
            "stop": 940159271
        },
        {
            "start": 940159284,
            "stop": 940160841
        },
        {
            "start": 940170881,
            "stop": 940185185
        },
        {
            "start": 940187058,
            "stop": 940187241
        },
        {
            "start": 940190961,
            "stop": 940194315
        },
        {
            "start": 940211183,
            "stop": 940212907
        },
        {
            "start": 940214745,
            "stop": 940253568
        },
        {
            "start": 940253574,
            "stop": 940254155
        },
        {
            "start": 940254161,
            "stop": 940255024
        },
        {
            "start": 940255030,
            "stop": 940255188
        },
        {
            "start": 940255196,
            "stop": 940255214
        },
        {
            "start": 940255222,
            "stop": 940255265
        }
    ]
}