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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5691",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5692,
    "results": [
        {
            "start": 874571766,
            "stop": 874572339
        },
        {
            "start": 874572342,
            "stop": 874572377
        },
        {
            "start": 874572380,
            "stop": 874572629
        },
        {
            "start": 874572632,
            "stop": 874573437
        },
        {
            "start": 874573441,
            "stop": 874573759
        },
        {
            "start": 874573763,
            "stop": 874574309
        },
        {
            "start": 874574313,
            "stop": 874574428
        },
        {
            "start": 874574431,
            "stop": 874574669
        },
        {
            "start": 874574672,
            "stop": 874574701
        },
        {
            "start": 874574704,
            "stop": 874574901
        },
        {
            "start": 874574904,
            "stop": 874574950
        },
        {
            "start": 874574953,
            "stop": 874575019
        },
        {
            "start": 874575023,
            "stop": 874575074
        },
        {
            "start": 874575077,
            "stop": 874575194
        },
        {
            "start": 874575197,
            "stop": 874575270
        },
        {
            "start": 874575273,
            "stop": 874575276
        },
        {
            "start": 874575279,
            "stop": 874575486
        },
        {
            "start": 874575489,
            "stop": 874575513
        },
        {
            "start": 874575516,
            "stop": 874575580
        },
        {
            "start": 874575583,
            "stop": 874575625
        }
    ]
}