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=1132
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=1133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1131",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1132,
    "results": [
        {
            "start": 949967799,
            "stop": 949968725
        },
        {
            "start": 949968727,
            "stop": 949968760
        },
        {
            "start": 949968762,
            "stop": 949969094
        },
        {
            "start": 949969096,
            "stop": 949970099
        },
        {
            "start": 949970101,
            "stop": 949970109
        },
        {
            "start": 949970111,
            "stop": 949970387
        },
        {
            "start": 949970389,
            "stop": 949971382
        },
        {
            "start": 949971384,
            "stop": 949974032
        },
        {
            "start": 949975429,
            "stop": 949976585
        },
        {
            "start": 949976587,
            "stop": 949978054
        },
        {
            "start": 949978056,
            "stop": 949978313
        },
        {
            "start": 949978315,
            "stop": 949978342
        },
        {
            "start": 949978344,
            "stop": 949980795
        },
        {
            "start": 949980796,
            "stop": 949982126
        },
        {
            "start": 949982128,
            "stop": 949982772
        },
        {
            "start": 949982774,
            "stop": 949985046
        },
        {
            "start": 949985048,
            "stop": 949985697
        },
        {
            "start": 949986206,
            "stop": 949986440
        },
        {
            "start": 949986442,
            "stop": 949989197
        },
        {
            "start": 949989964,
            "stop": 949990483
        }
    ]
}