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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=125",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 126,
    "results": [
        {
            "start": 932676342,
            "stop": 932676394
        },
        {
            "start": 932676413,
            "stop": 932676506
        },
        {
            "start": 932676525,
            "stop": 932676571
        },
        {
            "start": 932676600,
            "stop": 932676611
        },
        {
            "start": 932676691,
            "stop": 932677190
        },
        {
            "start": 932677259,
            "stop": 932677274
        },
        {
            "start": 932677298,
            "stop": 932677345
        },
        {
            "start": 932677366,
            "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
        }
    ]
}