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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8557",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8558,
    "results": [
        {
            "start": 870058300,
            "stop": 870058416
        },
        {
            "start": 870067380,
            "stop": 870067440
        },
        {
            "start": 870068700,
            "stop": 870068760
        },
        {
            "start": 870068820,
            "stop": 870068880
        },
        {
            "start": 870069180,
            "stop": 870069300
        },
        {
            "start": 870070140,
            "stop": 870070200
        },
        {
            "start": 870070440,
            "stop": 870070500
        },
        {
            "start": 870070620,
            "stop": 870070980
        },
        {
            "start": 870071040,
            "stop": 870071160
        },
        {
            "start": 870071220,
            "stop": 870071458
        },
        {
            "start": 870071923,
            "stop": 870072066
        },
        {
            "start": 870072186,
            "stop": 870072300
        },
        {
            "start": 870072360,
            "stop": 870072480
        },
        {
            "start": 870072720,
            "stop": 870072780
        },
        {
            "start": 870072840,
            "stop": 870073140
        },
        {
            "start": 870073200,
            "stop": 870074040
        },
        {
            "start": 870074100,
            "stop": 870079304
        },
        {
            "start": 870079485,
            "stop": 870081710
        },
        {
            "start": 870081790,
            "stop": 870085706
        },
        {
            "start": 870085742,
            "stop": 870088380
        }
    ]
}