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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15699",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15697",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15698,
    "results": [
        {
            "start": 971162380,
            "stop": 971162382
        },
        {
            "start": 971162392,
            "stop": 971162393
        },
        {
            "start": 971162401,
            "stop": 971162402
        },
        {
            "start": 971162405,
            "stop": 971162407
        },
        {
            "start": 971162412,
            "stop": 971162417
        },
        {
            "start": 971162421,
            "stop": 971162425
        },
        {
            "start": 971162428,
            "stop": 971162431
        },
        {
            "start": 971162434,
            "stop": 971162437
        },
        {
            "start": 971162439,
            "stop": 971162440
        },
        {
            "start": 971162442,
            "stop": 971162445
        },
        {
            "start": 971162451,
            "stop": 971162454
        },
        {
            "start": 971162457,
            "stop": 971162460
        },
        {
            "start": 971162462,
            "stop": 971162465
        },
        {
            "start": 971162469,
            "stop": 971162474
        },
        {
            "start": 971162476,
            "stop": 971162489
        },
        {
            "start": 971162491,
            "stop": 971162495
        },
        {
            "start": 971162496,
            "stop": 971162497
        },
        {
            "start": 971162498,
            "stop": 971162499
        },
        {
            "start": 971162501,
            "stop": 971162502
        },
        {
            "start": 971162503,
            "stop": 971162507
        }
    ]
}