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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=107",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 108,
    "results": [
        {
            "start": 818208441,
            "stop": 818208445
        },
        {
            "start": 818208562,
            "stop": 818208566
        },
        {
            "start": 818208769,
            "stop": 818208770
        },
        {
            "start": 818208859,
            "stop": 818208861
        },
        {
            "start": 818208892,
            "stop": 818208895
        },
        {
            "start": 818208942,
            "stop": 818208943
        },
        {
            "start": 818208956,
            "stop": 818208959
        },
        {
            "start": 818209105,
            "stop": 818209106
        },
        {
            "start": 818209185,
            "stop": 818209186
        },
        {
            "start": 818209203,
            "stop": 818209204
        },
        {
            "start": 818209384,
            "stop": 818209387
        },
        {
            "start": 818209464,
            "stop": 818209469
        },
        {
            "start": 818209549,
            "stop": 818209551
        },
        {
            "start": 818209639,
            "stop": 818209642
        },
        {
            "start": 818209794,
            "stop": 818209795
        },
        {
            "start": 818209828,
            "stop": 818209833
        },
        {
            "start": 818209869,
            "stop": 818209877
        },
        {
            "start": 818209899,
            "stop": 818209901
        },
        {
            "start": 818210029,
            "stop": 818210035
        },
        {
            "start": 818210179,
            "stop": 818210181
        }
    ]
}