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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1821",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1819",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1820,
    "results": [
        {
            "start": 1250270710,
            "stop": 1250270790
        },
        {
            "start": 1250270793,
            "stop": 1250271476
        },
        {
            "start": 1250271478,
            "stop": 1250272652
        },
        {
            "start": 1250272655,
            "stop": 1250273762
        },
        {
            "start": 1250273765,
            "stop": 1250274365
        },
        {
            "start": 1250274368,
            "stop": 1250277251
        },
        {
            "start": 1250277252,
            "stop": 1250277274
        },
        {
            "start": 1250277275,
            "stop": 1250277398
        },
        {
            "start": 1250277399,
            "stop": 1250277404
        },
        {
            "start": 1250277406,
            "stop": 1250277470
        },
        {
            "start": 1250277471,
            "stop": 1250277500
        },
        {
            "start": 1250277502,
            "stop": 1250277536
        },
        {
            "start": 1250277538,
            "stop": 1250277556
        },
        {
            "start": 1250277558,
            "stop": 1250277632
        },
        {
            "start": 1250277635,
            "stop": 1250277663
        },
        {
            "start": 1250277666,
            "stop": 1250278254
        },
        {
            "start": 1250278256,
            "stop": 1250278492
        },
        {
            "start": 1250278494,
            "stop": 1250278662
        },
        {
            "start": 1250278663,
            "stop": 1250278772
        },
        {
            "start": 1250278774,
            "stop": 1250278885
        }
    ]
}