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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=262",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 263,
    "results": [
        {
            "start": 821687241,
            "stop": 821687250
        },
        {
            "start": 821687253,
            "stop": 821687256
        },
        {
            "start": 821687259,
            "stop": 821687262
        },
        {
            "start": 821687275,
            "stop": 821687276
        },
        {
            "start": 821687283,
            "stop": 821687295
        },
        {
            "start": 821687298,
            "stop": 821687300
        },
        {
            "start": 821687303,
            "stop": 821687315
        },
        {
            "start": 821687318,
            "stop": 821687339
        },
        {
            "start": 821687345,
            "stop": 821687354
        },
        {
            "start": 821687359,
            "stop": 821687371
        },
        {
            "start": 821687374,
            "stop": 821687376
        },
        {
            "start": 821687381,
            "stop": 821687383
        },
        {
            "start": 821687386,
            "stop": 821687388
        },
        {
            "start": 821687393,
            "stop": 821687396
        },
        {
            "start": 821687399,
            "stop": 821687411
        },
        {
            "start": 821687414,
            "stop": 821687419
        },
        {
            "start": 821687422,
            "stop": 821687426
        },
        {
            "start": 821687430,
            "stop": 821687434
        },
        {
            "start": 821687437,
            "stop": 821687475
        },
        {
            "start": 821687478,
            "stop": 821687482
        }
    ]
}