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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=19",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 20,
    "results": [
        {
            "start": 816305086,
            "stop": 816305168
        },
        {
            "start": 816305190,
            "stop": 816305199
        },
        {
            "start": 816305245,
            "stop": 816305353
        },
        {
            "start": 816307710,
            "stop": 816308786
        },
        {
            "start": 816310655,
            "stop": 816311272
        },
        {
            "start": 816311276,
            "stop": 816311388
        },
        {
            "start": 816311986,
            "stop": 816312038
        },
        {
            "start": 816312058,
            "stop": 816312134
        },
        {
            "start": 816312259,
            "stop": 816312330
        },
        {
            "start": 816312353,
            "stop": 816313058
        },
        {
            "start": 816313075,
            "stop": 816313347
        },
        {
            "start": 816313364,
            "stop": 816313444
        },
        {
            "start": 816313461,
            "stop": 816313637
        },
        {
            "start": 816313664,
            "stop": 816314292
        },
        {
            "start": 816314942,
            "stop": 816315376
        },
        {
            "start": 816315429,
            "stop": 816316246
        },
        {
            "start": 816316273,
            "stop": 816316485
        },
        {
            "start": 816316502,
            "stop": 816316731
        },
        {
            "start": 816316751,
            "stop": 816316964
        },
        {
            "start": 816316983,
            "stop": 816317350
        }
    ]
}