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=974
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=975",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=973",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 974,
    "results": [
        {
            "start": 1251713158,
            "stop": 1251713250
        },
        {
            "start": 1251713256,
            "stop": 1251713318
        },
        {
            "start": 1251713323,
            "stop": 1251713350
        },
        {
            "start": 1251713354,
            "stop": 1251713362
        },
        {
            "start": 1251713367,
            "stop": 1251713381
        },
        {
            "start": 1251713382,
            "stop": 1251713384
        },
        {
            "start": 1251713389,
            "stop": 1251713392
        },
        {
            "start": 1251713395,
            "stop": 1251713397
        },
        {
            "start": 1251713400,
            "stop": 1251713435
        },
        {
            "start": 1251713438,
            "stop": 1251713449
        },
        {
            "start": 1251713452,
            "stop": 1251713460
        },
        {
            "start": 1251713464,
            "stop": 1251713479
        },
        {
            "start": 1251713485,
            "stop": 1251713578
        },
        {
            "start": 1251713583,
            "stop": 1251713642
        },
        {
            "start": 1251713649,
            "stop": 1251713663
        },
        {
            "start": 1251713668,
            "stop": 1251713677
        },
        {
            "start": 1251713680,
            "stop": 1251713709
        },
        {
            "start": 1251713713,
            "stop": 1251713749
        },
        {
            "start": 1251713754,
            "stop": 1251713757
        },
        {
            "start": 1251713762,
            "stop": 1251713801
        }
    ]
}