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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 294,
    "results": [
        {
            "start": 849290373,
            "stop": 849292460
        },
        {
            "start": 849292468,
            "stop": 849299833
        },
        {
            "start": 849306121,
            "stop": 849309509
        },
        {
            "start": 849309512,
            "stop": 849309741
        },
        {
            "start": 849309744,
            "stop": 849314267
        },
        {
            "start": 849314275,
            "stop": 849361802
        },
        {
            "start": 849361804,
            "stop": 849367020
        },
        {
            "start": 849367025,
            "stop": 849368135
        },
        {
            "start": 849368136,
            "stop": 849369716
        },
        {
            "start": 849402005,
            "stop": 849402772
        },
        {
            "start": 849402776,
            "stop": 849413591
        },
        {
            "start": 849413891,
            "stop": 849413930
        },
        {
            "start": 849414040,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849414632
        },
        {
            "start": 849414932,
            "stop": 849427453
        },
        {
            "start": 849429441,
            "stop": 849443134
        },
        {
            "start": 849445538,
            "stop": 849460119
        },
        {
            "start": 849460242,
            "stop": 849463511
        },
        {
            "start": 849463638,
            "stop": 849464149
        },
        {
            "start": 849464210,
            "stop": 849465598
        }
    ]
}