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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=385",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 386,
    "results": [
        {
            "start": 1180895906,
            "stop": 1180897935
        },
        {
            "start": 1180897939,
            "stop": 1180901458
        },
        {
            "start": 1180901507,
            "stop": 1180902262
        },
        {
            "start": 1180914411,
            "stop": 1180921974
        },
        {
            "start": 1180921978,
            "stop": 1180948573
        },
        {
            "start": 1180948577,
            "stop": 1180955976
        },
        {
            "start": 1180955980,
            "stop": 1180959098
        },
        {
            "start": 1180959102,
            "stop": 1180964892
        },
        {
            "start": 1180964895,
            "stop": 1180968145
        },
        {
            "start": 1180968148,
            "stop": 1180979999
        },
        {
            "start": 1180980003,
            "stop": 1180982781
        },
        {
            "start": 1180982782,
            "stop": 1180989457
        },
        {
            "start": 1180989461,
            "stop": 1180994449
        },
        {
            "start": 1180994453,
            "stop": 1181004445
        },
        {
            "start": 1181004449,
            "stop": 1181004641
        },
        {
            "start": 1181004645,
            "stop": 1181022600
        },
        {
            "start": 1181030211,
            "stop": 1181030945
        },
        {
            "start": 1181048067,
            "stop": 1181050549
        },
        {
            "start": 1181050553,
            "stop": 1181059289
        },
        {
            "start": 1181059293,
            "stop": 1181064532
        }
    ]
}