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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=128",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 129,
    "results": [
        {
            "start": 932676691,
            "stop": 932677190
        },
        {
            "start": 932677259,
            "stop": 932677274
        },
        {
            "start": 932677298,
            "stop": 932677345
        },
        {
            "start": 932677366,
            "stop": 932677446
        },
        {
            "start": 932677448,
            "stop": 932677450
        },
        {
            "start": 932677455,
            "stop": 932677702
        },
        {
            "start": 932677707,
            "stop": 932678053
        },
        {
            "start": 932678072,
            "stop": 932678123
        },
        {
            "start": 932678173,
            "stop": 932678275
        },
        {
            "start": 932678309,
            "stop": 932678492
        },
        {
            "start": 932678691,
            "stop": 932678698
        },
        {
            "start": 932678744,
            "stop": 932678912
        },
        {
            "start": 932678917,
            "stop": 932678994
        },
        {
            "start": 932679035,
            "stop": 932679271
        },
        {
            "start": 932679276,
            "stop": 932679399
        },
        {
            "start": 932679404,
            "stop": 932679413
        },
        {
            "start": 932679419,
            "stop": 932679470
        },
        {
            "start": 932679475,
            "stop": 932679530
        },
        {
            "start": 932679549,
            "stop": 932679609
        },
        {
            "start": 932679614,
            "stop": 932679629
        }
    ]
}