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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=254",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 255,
    "results": [
        {
            "start": 820935384,
            "stop": 820935394
        },
        {
            "start": 820935402,
            "stop": 820935606
        },
        {
            "start": 820935618,
            "stop": 820935696
        },
        {
            "start": 820935704,
            "stop": 820935716
        },
        {
            "start": 820935723,
            "stop": 820935802
        },
        {
            "start": 820935809,
            "stop": 820935830
        },
        {
            "start": 820935838,
            "stop": 820935863
        },
        {
            "start": 820935871,
            "stop": 820935885
        },
        {
            "start": 820935898,
            "stop": 820935900
        },
        {
            "start": 820935907,
            "stop": 820935918
        },
        {
            "start": 820935925,
            "stop": 820936103
        },
        {
            "start": 820936110,
            "stop": 820936124
        },
        {
            "start": 820936131,
            "stop": 820936244
        },
        {
            "start": 820936251,
            "stop": 820936301
        },
        {
            "start": 820936309,
            "stop": 820936427
        },
        {
            "start": 820936436,
            "stop": 820936548
        },
        {
            "start": 820936556,
            "stop": 820936570
        },
        {
            "start": 820936578,
            "stop": 820936622
        },
        {
            "start": 820936629,
            "stop": 820936714
        },
        {
            "start": 820936721,
            "stop": 820936801
        }
    ]
}