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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=11",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 12,
    "results": [
        {
            "start": 1398401281,
            "stop": 1398438166
        },
        {
            "start": 1398438172,
            "stop": 1398450880
        },
        {
            "start": 1398450887,
            "stop": 1398458160
        },
        {
            "start": 1398458163,
            "stop": 1398460045
        },
        {
            "start": 1398460051,
            "stop": 1398460802
        },
        {
            "start": 1398463110,
            "stop": 1398465121
        },
        {
            "start": 1398465125,
            "stop": 1398465929
        },
        {
            "start": 1398465935,
            "stop": 1398466186
        },
        {
            "start": 1398466189,
            "stop": 1398467451
        },
        {
            "start": 1398467458,
            "stop": 1398468006
        },
        {
            "start": 1398468013,
            "stop": 1398469327
        },
        {
            "start": 1398469334,
            "stop": 1398476100
        },
        {
            "start": 1398476107,
            "stop": 1398483297
        },
        {
            "start": 1398483300,
            "stop": 1398485079
        },
        {
            "start": 1398486924,
            "stop": 1398488674
        },
        {
            "start": 1398490220,
            "stop": 1398500034
        },
        {
            "start": 1398500037,
            "stop": 1398518799
        },
        {
            "start": 1398518806,
            "stop": 1398522164
        },
        {
            "start": 1398523266,
            "stop": 1398523311
        },
        {
            "start": 1398552572,
            "stop": 1398552639
        }
    ]
}