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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=215",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 216,
    "results": [
        {
            "start": 821674086,
            "stop": 821674231
        },
        {
            "start": 821674234,
            "stop": 821674270
        },
        {
            "start": 821674273,
            "stop": 821674295
        },
        {
            "start": 821674298,
            "stop": 821674300
        },
        {
            "start": 821674303,
            "stop": 821674321
        },
        {
            "start": 821674329,
            "stop": 821674342
        },
        {
            "start": 821674345,
            "stop": 821674361
        },
        {
            "start": 821674364,
            "stop": 821674373
        },
        {
            "start": 821674376,
            "stop": 821674382
        },
        {
            "start": 821674385,
            "stop": 821674410
        },
        {
            "start": 821674415,
            "stop": 821674416
        },
        {
            "start": 821674419,
            "stop": 821674462
        },
        {
            "start": 821674465,
            "stop": 821674479
        },
        {
            "start": 821674482,
            "stop": 821674554
        },
        {
            "start": 821674557,
            "stop": 821674607
        },
        {
            "start": 821674610,
            "stop": 821674623
        },
        {
            "start": 821674626,
            "stop": 821674629
        },
        {
            "start": 821674632,
            "stop": 821674659
        },
        {
            "start": 821674662,
            "stop": 821674676
        },
        {
            "start": 821674679,
            "stop": 821674681
        }
    ]
}