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_CAT3/segments?format=api&page=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=325",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 326,
    "results": [
        {
            "start": 818725013,
            "stop": 818725023
        },
        {
            "start": 818727841,
            "stop": 818727850
        },
        {
            "start": 818727869,
            "stop": 818727880
        },
        {
            "start": 818727918,
            "stop": 818727920
        },
        {
            "start": 818727977,
            "stop": 818728029
        },
        {
            "start": 818728116,
            "stop": 818728122
        },
        {
            "start": 818728142,
            "stop": 818728176
        },
        {
            "start": 818728196,
            "stop": 818728197
        },
        {
            "start": 818728440,
            "stop": 818728459
        },
        {
            "start": 818728498,
            "stop": 818728505
        },
        {
            "start": 818728529,
            "stop": 818728539
        },
        {
            "start": 818728559,
            "stop": 818728571
        },
        {
            "start": 818728591,
            "stop": 818728606
        },
        {
            "start": 818728664,
            "stop": 818728702
        },
        {
            "start": 818728746,
            "stop": 818728749
        },
        {
            "start": 818728804,
            "stop": 818728820
        },
        {
            "start": 818728841,
            "stop": 818728849
        },
        {
            "start": 818728869,
            "stop": 818728939
        },
        {
            "start": 818728989,
            "stop": 818728992
        },
        {
            "start": 818729020,
            "stop": 818729022
        }
    ]
}