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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=226",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 227,
    "results": [
        {
            "start": 821678249,
            "stop": 821678255
        },
        {
            "start": 821678259,
            "stop": 821678263
        },
        {
            "start": 821678266,
            "stop": 821678270
        },
        {
            "start": 821678273,
            "stop": 821678276
        },
        {
            "start": 821678280,
            "stop": 821678281
        },
        {
            "start": 821678284,
            "stop": 821678285
        },
        {
            "start": 821678288,
            "stop": 821678293
        },
        {
            "start": 821678296,
            "stop": 821678301
        },
        {
            "start": 821678308,
            "stop": 821678311
        },
        {
            "start": 821678314,
            "stop": 821678321
        },
        {
            "start": 821678326,
            "stop": 821678328
        },
        {
            "start": 821678331,
            "stop": 821678334
        },
        {
            "start": 821678341,
            "stop": 821678347
        },
        {
            "start": 821678352,
            "stop": 821678356
        },
        {
            "start": 821678360,
            "stop": 821678361
        },
        {
            "start": 821678369,
            "stop": 821678372
        },
        {
            "start": 821678384,
            "stop": 821678391
        },
        {
            "start": 821678401,
            "stop": 821678425
        },
        {
            "start": 821678428,
            "stop": 821678430
        },
        {
            "start": 821678433,
            "stop": 821678437
        }
    ]
}