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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=305",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 306,
    "results": [
        {
            "start": 822822809,
            "stop": 822822842
        },
        {
            "start": 822822845,
            "stop": 822822851
        },
        {
            "start": 822823152,
            "stop": 822823177
        },
        {
            "start": 822823181,
            "stop": 822823230
        },
        {
            "start": 822823244,
            "stop": 822823250
        },
        {
            "start": 822823258,
            "stop": 822823262
        },
        {
            "start": 822823270,
            "stop": 822823273
        },
        {
            "start": 822823276,
            "stop": 822823292
        },
        {
            "start": 822823300,
            "stop": 822823330
        },
        {
            "start": 822823673,
            "stop": 822823693
        },
        {
            "start": 822823697,
            "stop": 822823713
        },
        {
            "start": 822823722,
            "stop": 822823844
        },
        {
            "start": 822824025,
            "stop": 822824026
        },
        {
            "start": 822824036,
            "stop": 822824092
        },
        {
            "start": 822824100,
            "stop": 822824126
        },
        {
            "start": 822824205,
            "stop": 822824247
        },
        {
            "start": 822824251,
            "stop": 822824320
        },
        {
            "start": 822824323,
            "stop": 822824355
        },
        {
            "start": 822824363,
            "stop": 822824414
        },
        {
            "start": 822824421,
            "stop": 822824580
        }
    ]
}