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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=125",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 126,
    "results": [
        {
            "start": 931455236,
            "stop": 931455257
        },
        {
            "start": 931455259,
            "stop": 931455262
        },
        {
            "start": 931455264,
            "stop": 931455302
        },
        {
            "start": 931455304,
            "stop": 931455337
        },
        {
            "start": 931455339,
            "stop": 931455383
        },
        {
            "start": 931455386,
            "stop": 931455404
        },
        {
            "start": 931455406,
            "stop": 931455407
        },
        {
            "start": 931455409,
            "stop": 931455451
        },
        {
            "start": 931455453,
            "stop": 931455505
        },
        {
            "start": 931455507,
            "stop": 931455512
        },
        {
            "start": 931455514,
            "stop": 931455519
        },
        {
            "start": 931455522,
            "stop": 931455525
        },
        {
            "start": 931455526,
            "stop": 931455527
        },
        {
            "start": 931455528,
            "stop": 931455531
        },
        {
            "start": 931455533,
            "stop": 931455568
        },
        {
            "start": 931455573,
            "stop": 931455584
        },
        {
            "start": 931455587,
            "stop": 931455649
        },
        {
            "start": 931455653,
            "stop": 931455689
        },
        {
            "start": 931455691,
            "stop": 931455694
        },
        {
            "start": 931455696,
            "stop": 931455747
        }
    ]
}