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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=783",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 784,
    "results": [
        {
            "start": 1249769843,
            "stop": 1249770106
        },
        {
            "start": 1249770107,
            "stop": 1249770119
        },
        {
            "start": 1249770122,
            "stop": 1249770222
        },
        {
            "start": 1249770223,
            "stop": 1249770248
        },
        {
            "start": 1249770249,
            "stop": 1249770255
        },
        {
            "start": 1249770262,
            "stop": 1249770267
        },
        {
            "start": 1249770272,
            "stop": 1249770275
        },
        {
            "start": 1249770280,
            "stop": 1249770584
        },
        {
            "start": 1249770589,
            "stop": 1249770594
        },
        {
            "start": 1249770596,
            "stop": 1249770610
        },
        {
            "start": 1249770615,
            "stop": 1249770722
        },
        {
            "start": 1249770723,
            "stop": 1249770725
        },
        {
            "start": 1249770730,
            "stop": 1249770747
        },
        {
            "start": 1249770751,
            "stop": 1249770860
        },
        {
            "start": 1249770869,
            "stop": 1249771004
        },
        {
            "start": 1249771008,
            "stop": 1249771011
        },
        {
            "start": 1249771012,
            "stop": 1249771014
        },
        {
            "start": 1249771016,
            "stop": 1249771083
        },
        {
            "start": 1249771088,
            "stop": 1249771089
        },
        {
            "start": 1249771094,
            "stop": 1249771141
        }
    ]
}