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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=336",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 337,
    "results": [
        {
            "start": 950361539,
            "stop": 950374032
        },
        {
            "start": 950414802,
            "stop": 950431216
        },
        {
            "start": 950431221,
            "stop": 950431259
        },
        {
            "start": 950431264,
            "stop": 950431875
        },
        {
            "start": 950432235,
            "stop": 950434441
        },
        {
            "start": 950434447,
            "stop": 950456776
        },
        {
            "start": 950458151,
            "stop": 950458428
        },
        {
            "start": 950460093,
            "stop": 950463877
        },
        {
            "start": 950466865,
            "stop": 950470088
        },
        {
            "start": 950482057,
            "stop": 950491429
        },
        {
            "start": 950497767,
            "stop": 950499050
        },
        {
            "start": 950499055,
            "stop": 950499715
        },
        {
            "start": 950499721,
            "stop": 950501647
        },
        {
            "start": 950506584,
            "stop": 950514072
        },
        {
            "start": 950517846,
            "stop": 950549429
        },
        {
            "start": 950554845,
            "stop": 950559172
        },
        {
            "start": 950561894,
            "stop": 950566431
        },
        {
            "start": 950571375,
            "stop": 950572087
        },
        {
            "start": 950572092,
            "stop": 950574850
        },
        {
            "start": 950574855,
            "stop": 950593737
        }
    ]
}