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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=314",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 315,
    "results": [
        {
            "start": 821341425,
            "stop": 821342656
        },
        {
            "start": 821342660,
            "stop": 821343048
        },
        {
            "start": 821343051,
            "stop": 821344174
        },
        {
            "start": 821345092,
            "stop": 821345385
        },
        {
            "start": 821345388,
            "stop": 821346581
        },
        {
            "start": 821346584,
            "stop": 821346951
        },
        {
            "start": 821346954,
            "stop": 821347229
        },
        {
            "start": 821347232,
            "stop": 821347744
        },
        {
            "start": 821347747,
            "stop": 821347770
        },
        {
            "start": 821347773,
            "stop": 821348624
        },
        {
            "start": 821348627,
            "stop": 821348946
        },
        {
            "start": 821348949,
            "stop": 821348997
        },
        {
            "start": 821349000,
            "stop": 821349064
        },
        {
            "start": 821349068,
            "stop": 821349087
        },
        {
            "start": 821349090,
            "stop": 821349215
        },
        {
            "start": 821349218,
            "stop": 821349286
        },
        {
            "start": 821349289,
            "stop": 821349315
        },
        {
            "start": 821349318,
            "stop": 821349362
        },
        {
            "start": 821349365,
            "stop": 821349366
        },
        {
            "start": 821349369,
            "stop": 821349641
        }
    ]
}