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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=431",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 432,
    "results": [
        {
            "start": 818736114,
            "stop": 818736115
        },
        {
            "start": 818736130,
            "stop": 818736137
        },
        {
            "start": 818736150,
            "stop": 818736153
        },
        {
            "start": 818736237,
            "stop": 818736240
        },
        {
            "start": 818736253,
            "stop": 818736255
        },
        {
            "start": 818736281,
            "stop": 818736284
        },
        {
            "start": 818736292,
            "stop": 818736293
        },
        {
            "start": 818736315,
            "stop": 818736316
        },
        {
            "start": 818736344,
            "stop": 818736345
        },
        {
            "start": 818736355,
            "stop": 818736356
        },
        {
            "start": 818736395,
            "stop": 818736402
        },
        {
            "start": 818736418,
            "stop": 818736421
        },
        {
            "start": 818736434,
            "stop": 818736435
        },
        {
            "start": 818736458,
            "stop": 818736466
        },
        {
            "start": 818736492,
            "stop": 818736493
        },
        {
            "start": 818736523,
            "stop": 818736524
        },
        {
            "start": 818736555,
            "stop": 818736560
        },
        {
            "start": 818736646,
            "stop": 818736651
        },
        {
            "start": 818736656,
            "stop": 818736662
        },
        {
            "start": 818736675,
            "stop": 818736681
        }
    ]
}