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=502
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=503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=501",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 502,
    "results": [
        {
            "start": 867552283,
            "stop": 867558674
        },
        {
            "start": 867559521,
            "stop": 867615725
        },
        {
            "start": 867615730,
            "stop": 867619682
        },
        {
            "start": 867619792,
            "stop": 867619852
        },
        {
            "start": 867620152,
            "stop": 867623922
        },
        {
            "start": 867623928,
            "stop": 867626520
        },
        {
            "start": 867626580,
            "stop": 867627047
        },
        {
            "start": 867627384,
            "stop": 867628291
        },
        {
            "start": 867628591,
            "stop": 867628741
        },
        {
            "start": 867628851,
            "stop": 867629530
        },
        {
            "start": 867629830,
            "stop": 867637500
        },
        {
            "start": 867637560,
            "stop": 867663392
        },
        {
            "start": 867663394,
            "stop": 867666057
        },
        {
            "start": 867666063,
            "stop": 867678332
        },
        {
            "start": 867678334,
            "stop": 867679142
        },
        {
            "start": 867679150,
            "stop": 867679162
        },
        {
            "start": 867679168,
            "stop": 867679175
        },
        {
            "start": 867679180,
            "stop": 867679192
        },
        {
            "start": 867679200,
            "stop": 867680800
        },
        {
            "start": 867680805,
            "stop": 867680832
        }
    ]
}