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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=267",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 268,
    "results": [
        {
            "start": 822355902,
            "stop": 822357613
        },
        {
            "start": 822357656,
            "stop": 822357657
        },
        {
            "start": 822358351,
            "stop": 822359029
        },
        {
            "start": 822359037,
            "stop": 822359414
        },
        {
            "start": 822359418,
            "stop": 822359882
        },
        {
            "start": 822359889,
            "stop": 822361453
        },
        {
            "start": 822361480,
            "stop": 822361481
        },
        {
            "start": 822361555,
            "stop": 822361945
        },
        {
            "start": 822361952,
            "stop": 822364805
        },
        {
            "start": 822364812,
            "stop": 822364921
        },
        {
            "start": 822364928,
            "stop": 822365400
        },
        {
            "start": 822365407,
            "stop": 822366313
        },
        {
            "start": 822366346,
            "stop": 822366347
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368823,
            "stop": 822370424
        },
        {
            "start": 822370605,
            "stop": 822371003
        },
        {
            "start": 822371010,
            "stop": 822371353
        },
        {
            "start": 822371496,
            "stop": 822375650
        },
        {
            "start": 822375730,
            "stop": 822375853
        },
        {
            "start": 822375959,
            "stop": 822376045
        }
    ]
}