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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=111",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 112,
    "results": [
        {
            "start": 843465834,
            "stop": 843493899
        },
        {
            "start": 843494053,
            "stop": 843495153
        },
        {
            "start": 843495380,
            "stop": 843501088
        },
        {
            "start": 843501174,
            "stop": 843501890
        },
        {
            "start": 843520940,
            "stop": 843571123
        },
        {
            "start": 843574028,
            "stop": 843582140
        },
        {
            "start": 843582554,
            "stop": 843589806
        },
        {
            "start": 843595060,
            "stop": 843604922
        },
        {
            "start": 843607800,
            "stop": 843611984
        },
        {
            "start": 843612342,
            "stop": 843657818
        },
        {
            "start": 843658111,
            "stop": 843673029
        },
        {
            "start": 843673478,
            "stop": 843674443
        },
        {
            "start": 843684379,
            "stop": 843709436
        },
        {
            "start": 843710036,
            "stop": 843721533
        },
        {
            "start": 843722665,
            "stop": 843729386
        },
        {
            "start": 843737393,
            "stop": 843742106
        },
        {
            "start": 843743588,
            "stop": 843744543
        },
        {
            "start": 843748080,
            "stop": 843753472
        },
        {
            "start": 843754498,
            "stop": 843754577
        },
        {
            "start": 843755782,
            "stop": 843765756
        }
    ]
}