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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6297",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6298,
    "results": [
        {
            "start": 873130778,
            "stop": 873131154
        },
        {
            "start": 873131155,
            "stop": 873131183
        },
        {
            "start": 873131185,
            "stop": 873131208
        },
        {
            "start": 873131210,
            "stop": 873131751
        },
        {
            "start": 873131752,
            "stop": 873131840
        },
        {
            "start": 873131841,
            "stop": 873132030
        },
        {
            "start": 873132031,
            "stop": 873132218
        },
        {
            "start": 873132219,
            "stop": 873132487
        },
        {
            "start": 873132489,
            "stop": 873132514
        },
        {
            "start": 873132515,
            "stop": 873132576
        },
        {
            "start": 873132577,
            "stop": 873132636
        },
        {
            "start": 873132637,
            "stop": 873132753
        },
        {
            "start": 873132754,
            "stop": 873132803
        },
        {
            "start": 873132804,
            "stop": 873133006
        },
        {
            "start": 873133007,
            "stop": 873133788
        },
        {
            "start": 873133789,
            "stop": 873133816
        },
        {
            "start": 873133817,
            "stop": 873134047
        },
        {
            "start": 873134048,
            "stop": 873134302
        },
        {
            "start": 873134303,
            "stop": 873134752
        },
        {
            "start": 873134753,
            "stop": 873134880
        }
    ]
}