Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1250
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1249",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1250,
    "results": [
        {
            "start": 957515748,
            "stop": 957515981
        },
        {
            "start": 957515983,
            "stop": 957516442
        },
        {
            "start": 957516444,
            "stop": 957516480
        },
        {
            "start": 957516482,
            "stop": 957516709
        },
        {
            "start": 957516711,
            "stop": 957517014
        },
        {
            "start": 957517016,
            "stop": 957517263
        },
        {
            "start": 957517265,
            "stop": 957517267
        },
        {
            "start": 957517269,
            "stop": 957517306
        },
        {
            "start": 957517308,
            "stop": 957517518
        },
        {
            "start": 957517520,
            "stop": 957517560
        },
        {
            "start": 957517562,
            "stop": 957517566
        },
        {
            "start": 957517567,
            "stop": 957517645
        },
        {
            "start": 957517647,
            "stop": 957517968
        },
        {
            "start": 957517970,
            "stop": 957517993
        },
        {
            "start": 957517995,
            "stop": 957518076
        },
        {
            "start": 957518078,
            "stop": 957518427
        },
        {
            "start": 957518429,
            "stop": 957518517
        },
        {
            "start": 957518519,
            "stop": 957518658
        },
        {
            "start": 957518660,
            "stop": 957518793
        },
        {
            "start": 957518795,
            "stop": 957518907
        }
    ]
}