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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40697",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40698,
    "results": [
        {
            "start": 874938804,
            "stop": 874938805
        },
        {
            "start": 874938806,
            "stop": 874938817
        },
        {
            "start": 874938818,
            "stop": 874938826
        },
        {
            "start": 874938828,
            "stop": 874938841
        },
        {
            "start": 874938842,
            "stop": 874938866
        },
        {
            "start": 874938867,
            "stop": 874938890
        },
        {
            "start": 874938891,
            "stop": 874938941
        },
        {
            "start": 874938942,
            "stop": 874938954
        },
        {
            "start": 874938956,
            "stop": 874938980
        },
        {
            "start": 874938981,
            "stop": 874939039
        },
        {
            "start": 874939040,
            "stop": 874939080
        },
        {
            "start": 874939140,
            "stop": 874939155
        },
        {
            "start": 874939157,
            "stop": 874939190
        },
        {
            "start": 874939191,
            "stop": 874939210
        },
        {
            "start": 874939212,
            "stop": 874939231
        },
        {
            "start": 874939232,
            "stop": 874939303
        },
        {
            "start": 874939305,
            "stop": 874939316
        },
        {
            "start": 874939317,
            "stop": 874939339
        },
        {
            "start": 874939341,
            "stop": 874939359
        },
        {
            "start": 874939360,
            "stop": 874939375
        }
    ]
}