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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=280",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 281,
    "results": [
        {
            "start": 847610676,
            "stop": 847610689
        },
        {
            "start": 847610690,
            "stop": 847610710
        },
        {
            "start": 847610711,
            "stop": 847610732
        },
        {
            "start": 847610733,
            "stop": 847610774
        },
        {
            "start": 847610776,
            "stop": 847610817
        },
        {
            "start": 847610818,
            "stop": 847610824
        },
        {
            "start": 847610825,
            "stop": 847610832
        },
        {
            "start": 847610834,
            "stop": 847611027
        },
        {
            "start": 847611028,
            "stop": 847611031
        },
        {
            "start": 847611033,
            "stop": 847611053
        },
        {
            "start": 847611055,
            "stop": 847611071
        },
        {
            "start": 847611072,
            "stop": 847611105
        },
        {
            "start": 847611106,
            "stop": 847611200
        },
        {
            "start": 847611201,
            "stop": 847611311
        },
        {
            "start": 847611312,
            "stop": 847611328
        },
        {
            "start": 847611329,
            "stop": 847611353
        },
        {
            "start": 847611355,
            "stop": 847611371
        },
        {
            "start": 847611372,
            "stop": 847611392
        },
        {
            "start": 847611394,
            "stop": 847611413
        },
        {
            "start": 847611415,
            "stop": 847611436
        }
    ]
}