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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=387",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 388,
    "results": [
        {
            "start": 821509001,
            "stop": 821509030
        },
        {
            "start": 821509033,
            "stop": 821509040
        },
        {
            "start": 821509047,
            "stop": 821509063
        },
        {
            "start": 821509066,
            "stop": 821509077
        },
        {
            "start": 821509084,
            "stop": 821509143
        },
        {
            "start": 821509150,
            "stop": 821509153
        },
        {
            "start": 821509156,
            "stop": 821509188
        },
        {
            "start": 821509191,
            "stop": 821509204
        },
        {
            "start": 821509207,
            "stop": 821509312
        },
        {
            "start": 821509315,
            "stop": 821509332
        },
        {
            "start": 821509335,
            "stop": 821509344
        },
        {
            "start": 821509353,
            "stop": 821509354
        },
        {
            "start": 821509357,
            "stop": 821509398
        },
        {
            "start": 821509406,
            "stop": 821509487
        },
        {
            "start": 821509494,
            "stop": 821509572
        },
        {
            "start": 821509575,
            "stop": 821509596
        },
        {
            "start": 821509599,
            "stop": 821509606
        },
        {
            "start": 821509609,
            "stop": 821509610
        },
        {
            "start": 821509617,
            "stop": 821509632
        },
        {
            "start": 821509642,
            "stop": 821509673
        }
    ]
}