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=6566
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=6567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6565",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6566,
    "results": [
        {
            "start": 874486186,
            "stop": 874486415
        },
        {
            "start": 874486417,
            "stop": 874486947
        },
        {
            "start": 874486948,
            "stop": 874487586
        },
        {
            "start": 874487587,
            "stop": 874487726
        },
        {
            "start": 874487727,
            "stop": 874487991
        },
        {
            "start": 874487992,
            "stop": 874488044
        },
        {
            "start": 874488045,
            "stop": 874488796
        },
        {
            "start": 874488797,
            "stop": 874489402
        },
        {
            "start": 874489403,
            "stop": 874489504
        },
        {
            "start": 874489505,
            "stop": 874489703
        },
        {
            "start": 874489704,
            "stop": 874489966
        },
        {
            "start": 874489967,
            "stop": 874490096
        },
        {
            "start": 874490098,
            "stop": 874490293
        },
        {
            "start": 874490294,
            "stop": 874490335
        },
        {
            "start": 874490336,
            "stop": 874490681
        },
        {
            "start": 874490682,
            "stop": 874490819
        },
        {
            "start": 874490820,
            "stop": 874491292
        },
        {
            "start": 874491293,
            "stop": 874491433
        },
        {
            "start": 874491434,
            "stop": 874491880
        },
        {
            "start": 874491882,
            "stop": 874491973
        }
    ]
}