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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=216",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 217,
    "results": [
        {
            "start": 821144381,
            "stop": 821144736
        },
        {
            "start": 821144745,
            "stop": 821145092
        },
        {
            "start": 821145100,
            "stop": 821145156
        },
        {
            "start": 821145164,
            "stop": 821145187
        },
        {
            "start": 821145195,
            "stop": 821145529
        },
        {
            "start": 821145537,
            "stop": 821145859
        },
        {
            "start": 821145867,
            "stop": 821145890
        },
        {
            "start": 821145900,
            "stop": 821145955
        },
        {
            "start": 821145963,
            "stop": 821145978
        },
        {
            "start": 821145989,
            "stop": 821146085
        },
        {
            "start": 821146093,
            "stop": 821146128
        },
        {
            "start": 821146136,
            "stop": 821146198
        },
        {
            "start": 821146206,
            "stop": 821146861
        },
        {
            "start": 821146869,
            "stop": 821146876
        },
        {
            "start": 821146884,
            "stop": 821146885
        },
        {
            "start": 821146893,
            "stop": 821147049
        },
        {
            "start": 821147057,
            "stop": 821147068
        },
        {
            "start": 821147076,
            "stop": 821147161
        },
        {
            "start": 821147169,
            "stop": 821147180
        },
        {
            "start": 821147195,
            "stop": 821147274
        }
    ]
}