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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=14",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 15,
    "results": [
        {
            "start": 1398512159,
            "stop": 1398512328
        },
        {
            "start": 1398513012,
            "stop": 1398513336
        },
        {
            "start": 1398513362,
            "stop": 1398514078
        },
        {
            "start": 1398514289,
            "stop": 1398514291
        },
        {
            "start": 1398514759,
            "stop": 1398517747
        },
        {
            "start": 1398520471,
            "stop": 1398521093
        },
        {
            "start": 1398541353,
            "stop": 1398542196
        },
        {
            "start": 1398542200,
            "stop": 1398542791
        },
        {
            "start": 1398543660,
            "stop": 1398570062
        },
        {
            "start": 1398570063,
            "stop": 1398570080
        },
        {
            "start": 1398570087,
            "stop": 1398570089
        },
        {
            "start": 1398576950,
            "stop": 1398612751
        },
        {
            "start": 1398619823,
            "stop": 1398633780
        },
        {
            "start": 1398637061,
            "stop": 1398668281
        },
        {
            "start": 1398668282,
            "stop": 1398672949
        },
        {
            "start": 1398672950,
            "stop": 1398673461
        },
        {
            "start": 1398673462,
            "stop": 1398673600
        },
        {
            "start": 1398673602,
            "stop": 1398673673
        },
        {
            "start": 1398673674,
            "stop": 1398676655
        },
        {
            "start": 1398676841,
            "stop": 1398678370
        }
    ]
}