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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=409",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 410,
    "results": [
        {
            "start": 847791847,
            "stop": 847791884
        },
        {
            "start": 847791885,
            "stop": 847791894
        },
        {
            "start": 847791895,
            "stop": 847791968
        },
        {
            "start": 847791970,
            "stop": 847791975
        },
        {
            "start": 847791978,
            "stop": 847792053
        },
        {
            "start": 847792055,
            "stop": 847792139
        },
        {
            "start": 847792140,
            "stop": 847792150
        },
        {
            "start": 847792151,
            "stop": 847792277
        },
        {
            "start": 847792279,
            "stop": 847792350
        },
        {
            "start": 847792352,
            "stop": 847792363
        },
        {
            "start": 847792364,
            "stop": 847792402
        },
        {
            "start": 847792403,
            "stop": 847792437
        },
        {
            "start": 847792439,
            "stop": 847792479
        },
        {
            "start": 847792481,
            "stop": 847792487
        },
        {
            "start": 847792488,
            "stop": 847792513
        },
        {
            "start": 847792514,
            "stop": 847792518
        },
        {
            "start": 847792520,
            "stop": 847792521
        },
        {
            "start": 847792522,
            "stop": 847792555
        },
        {
            "start": 847792557,
            "stop": 847792561
        },
        {
            "start": 847792562,
            "stop": 847792563
        }
    ]
}