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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=140",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 141,
    "results": [
        {
            "start": 821530077,
            "stop": 821530079
        },
        {
            "start": 821530082,
            "stop": 821530146
        },
        {
            "start": 821530149,
            "stop": 821530191
        },
        {
            "start": 821530194,
            "stop": 821530270
        },
        {
            "start": 821530276,
            "stop": 821530287
        },
        {
            "start": 821530290,
            "stop": 821530322
        },
        {
            "start": 821530327,
            "stop": 821530348
        },
        {
            "start": 821530356,
            "stop": 821530358
        },
        {
            "start": 821530361,
            "stop": 821530377
        },
        {
            "start": 821530383,
            "stop": 821530396
        },
        {
            "start": 821530399,
            "stop": 821530405
        },
        {
            "start": 821530408,
            "stop": 821530414
        },
        {
            "start": 821530417,
            "stop": 821530454
        },
        {
            "start": 821530457,
            "stop": 821530458
        },
        {
            "start": 821530461,
            "stop": 821530485
        },
        {
            "start": 821530488,
            "stop": 821530500
        },
        {
            "start": 821530503,
            "stop": 821530531
        },
        {
            "start": 821530534,
            "stop": 821530550
        },
        {
            "start": 821530553,
            "stop": 821530559
        },
        {
            "start": 821530562,
            "stop": 821530566
        }
    ]
}