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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3626",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3627,
    "results": [
        {
            "start": 872266677,
            "stop": 872266751
        },
        {
            "start": 872266768,
            "stop": 872266843
        },
        {
            "start": 872266860,
            "stop": 872266967
        },
        {
            "start": 872266984,
            "stop": 872267100
        },
        {
            "start": 872267160,
            "stop": 872267639
        },
        {
            "start": 872267656,
            "stop": 872267895
        },
        {
            "start": 872267914,
            "stop": 872268446
        },
        {
            "start": 872268463,
            "stop": 872268703
        },
        {
            "start": 872268707,
            "stop": 872268979
        },
        {
            "start": 872268996,
            "stop": 872269499
        },
        {
            "start": 872269516,
            "stop": 872269543
        },
        {
            "start": 872269576,
            "stop": 872270094
        },
        {
            "start": 872270111,
            "stop": 872272260
        },
        {
            "start": 872272380,
            "stop": 872272440
        },
        {
            "start": 872272920,
            "stop": 872273220
        },
        {
            "start": 872273280,
            "stop": 872273460
        },
        {
            "start": 872273520,
            "stop": 872273551
        },
        {
            "start": 872273568,
            "stop": 872274780
        },
        {
            "start": 872274840,
            "stop": 872275099
        },
        {
            "start": 872275116,
            "stop": 872275377
        }
    ]
}