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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4169",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4170,
    "results": [
        {
            "start": 874357678,
            "stop": 874357716
        },
        {
            "start": 874357841,
            "stop": 874357952
        },
        {
            "start": 874357975,
            "stop": 874357986
        },
        {
            "start": 874358022,
            "stop": 874358068
        },
        {
            "start": 874358088,
            "stop": 874358140
        },
        {
            "start": 874358168,
            "stop": 874358230
        },
        {
            "start": 874358258,
            "stop": 874358261
        },
        {
            "start": 874358288,
            "stop": 874358291
        },
        {
            "start": 874358310,
            "stop": 874358329
        },
        {
            "start": 874358349,
            "stop": 874358391
        },
        {
            "start": 874358410,
            "stop": 874358418
        },
        {
            "start": 874358442,
            "stop": 874358463
        },
        {
            "start": 874358491,
            "stop": 874358530
        },
        {
            "start": 874358571,
            "stop": 874358582
        },
        {
            "start": 874358601,
            "stop": 874358612
        },
        {
            "start": 874358631,
            "stop": 874358673
        },
        {
            "start": 874358699,
            "stop": 874358704
        },
        {
            "start": 874358747,
            "stop": 874358766
        },
        {
            "start": 874358785,
            "stop": 874358819
        },
        {
            "start": 874358841,
            "stop": 874358856
        }
    ]
}