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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=319",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 320,
    "results": [
        {
            "start": 847702507,
            "stop": 847702512
        },
        {
            "start": 847702513,
            "stop": 847702514
        },
        {
            "start": 847702516,
            "stop": 847702527
        },
        {
            "start": 847702528,
            "stop": 847702549
        },
        {
            "start": 847702553,
            "stop": 847702569
        },
        {
            "start": 847702570,
            "stop": 847702630
        },
        {
            "start": 847702631,
            "stop": 847702640
        },
        {
            "start": 847702641,
            "stop": 847702642
        },
        {
            "start": 847702643,
            "stop": 847702644
        },
        {
            "start": 847702645,
            "stop": 847702654
        },
        {
            "start": 847702655,
            "stop": 847702679
        },
        {
            "start": 847702680,
            "stop": 847702696
        },
        {
            "start": 847702698,
            "stop": 847702737
        },
        {
            "start": 847702738,
            "stop": 847702772
        },
        {
            "start": 847702775,
            "stop": 847702814
        },
        {
            "start": 847702815,
            "stop": 847702991
        },
        {
            "start": 847702992,
            "stop": 847703027
        },
        {
            "start": 847703028,
            "stop": 847703037
        },
        {
            "start": 847703039,
            "stop": 847703080
        },
        {
            "start": 847703081,
            "stop": 847703111
        }
    ]
}