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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 177,
    "results": [
        {
            "start": 1239857665,
            "stop": 1239858049
        },
        {
            "start": 1239858050,
            "stop": 1239858196
        },
        {
            "start": 1239858198,
            "stop": 1239858199
        },
        {
            "start": 1239858200,
            "stop": 1239858627
        },
        {
            "start": 1239858629,
            "stop": 1239859269
        },
        {
            "start": 1239859272,
            "stop": 1239859333
        },
        {
            "start": 1239859336,
            "stop": 1239859439
        },
        {
            "start": 1239859441,
            "stop": 1239859623
        },
        {
            "start": 1239859624,
            "stop": 1239859727
        },
        {
            "start": 1239859728,
            "stop": 1239860210
        },
        {
            "start": 1239860218,
            "stop": 1239860384
        },
        {
            "start": 1239860393,
            "stop": 1239860515
        },
        {
            "start": 1239860516,
            "stop": 1239860545
        },
        {
            "start": 1239860546,
            "stop": 1239860778
        },
        {
            "start": 1239860780,
            "stop": 1239860893
        },
        {
            "start": 1239860894,
            "stop": 1239860932
        },
        {
            "start": 1239860933,
            "stop": 1239861262
        },
        {
            "start": 1239861263,
            "stop": 1239861281
        },
        {
            "start": 1239861284,
            "stop": 1239861295
        },
        {
            "start": 1239861298,
            "stop": 1239861307
        }
    ]
}