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=2061
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=2062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2060",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2061,
    "results": [
        {
            "start": 870619979,
            "stop": 870620088
        },
        {
            "start": 870620162,
            "stop": 870620304
        },
        {
            "start": 870620438,
            "stop": 870621076
        },
        {
            "start": 870621128,
            "stop": 870621647
        },
        {
            "start": 870621668,
            "stop": 870621673
        },
        {
            "start": 870621705,
            "stop": 870621710
        },
        {
            "start": 870621727,
            "stop": 870621753
        },
        {
            "start": 870621782,
            "stop": 870621833
        },
        {
            "start": 870621876,
            "stop": 870621884
        },
        {
            "start": 870622434,
            "stop": 870622574
        },
        {
            "start": 870622594,
            "stop": 870622624
        },
        {
            "start": 870622641,
            "stop": 870622673
        },
        {
            "start": 870622690,
            "stop": 870622697
        },
        {
            "start": 870622714,
            "stop": 870622793
        },
        {
            "start": 870622810,
            "stop": 870622832
        },
        {
            "start": 870622849,
            "stop": 870623389
        },
        {
            "start": 870662770,
            "stop": 870663884
        },
        {
            "start": 870663922,
            "stop": 870667999
        },
        {
            "start": 870668082,
            "stop": 870683060
        },
        {
            "start": 870683080,
            "stop": 870683154
        }
    ]
}