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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=322",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 323,
    "results": [
        {
            "start": 821747691,
            "stop": 821747714
        },
        {
            "start": 821747721,
            "stop": 821747723
        },
        {
            "start": 821747730,
            "stop": 821747745
        },
        {
            "start": 821747749,
            "stop": 821747759
        },
        {
            "start": 821747762,
            "stop": 821747772
        },
        {
            "start": 821747775,
            "stop": 821747783
        },
        {
            "start": 821747786,
            "stop": 821747789
        },
        {
            "start": 821747792,
            "stop": 821747853
        },
        {
            "start": 821747856,
            "stop": 821747869
        },
        {
            "start": 821747872,
            "stop": 821747880
        },
        {
            "start": 821747884,
            "stop": 821747891
        },
        {
            "start": 821747894,
            "stop": 821747898
        },
        {
            "start": 821747901,
            "stop": 821747902
        },
        {
            "start": 821747909,
            "stop": 821747911
        },
        {
            "start": 821747915,
            "stop": 821747934
        },
        {
            "start": 821747937,
            "stop": 821748058
        },
        {
            "start": 821748061,
            "stop": 821748062
        },
        {
            "start": 821748068,
            "stop": 821748075
        },
        {
            "start": 821748078,
            "stop": 821748083
        },
        {
            "start": 821748086,
            "stop": 821748088
        }
    ]
}