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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=545",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 546,
    "results": [
        {
            "start": 829711852,
            "stop": 829725823
        },
        {
            "start": 829728894,
            "stop": 829744374
        },
        {
            "start": 829746503,
            "stop": 829782891
        },
        {
            "start": 829783927,
            "stop": 829842553
        },
        {
            "start": 829845466,
            "stop": 829856135
        },
        {
            "start": 829857178,
            "stop": 829860172
        },
        {
            "start": 829861360,
            "stop": 829886946
        },
        {
            "start": 829889195,
            "stop": 829890242
        },
        {
            "start": 829890700,
            "stop": 829893853
        },
        {
            "start": 829896356,
            "stop": 829928574
        },
        {
            "start": 829935935,
            "stop": 829936013
        },
        {
            "start": 829937064,
            "stop": 829937768
        },
        {
            "start": 829938886,
            "stop": 829942093
        },
        {
            "start": 829943062,
            "stop": 829943489
        },
        {
            "start": 829944195,
            "stop": 829948685
        },
        {
            "start": 829951365,
            "stop": 829956049
        },
        {
            "start": 829959579,
            "stop": 829981584
        },
        {
            "start": 829984451,
            "stop": 830012454
        },
        {
            "start": 830040713,
            "stop": 830044037
        },
        {
            "start": 830045201,
            "stop": 830057173
        }
    ]
}