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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 311,
    "results": [
        {
            "start": 1175660259,
            "stop": 1175661455
        },
        {
            "start": 1175661457,
            "stop": 1175662766
        },
        {
            "start": 1175662768,
            "stop": 1175663671
        },
        {
            "start": 1175663673,
            "stop": 1175664617
        },
        {
            "start": 1175664619,
            "stop": 1175665599
        },
        {
            "start": 1175665601,
            "stop": 1175666594
        },
        {
            "start": 1175666596,
            "stop": 1175667554
        },
        {
            "start": 1175667556,
            "stop": 1175668667
        },
        {
            "start": 1175668669,
            "stop": 1175669670
        },
        {
            "start": 1175669672,
            "stop": 1175670764
        },
        {
            "start": 1175670766,
            "stop": 1175671763
        },
        {
            "start": 1175671765,
            "stop": 1175672900
        },
        {
            "start": 1175672902,
            "stop": 1175673916
        },
        {
            "start": 1175673918,
            "stop": 1175674868
        },
        {
            "start": 1175681748,
            "stop": 1175682351
        },
        {
            "start": 1175682353,
            "stop": 1175683495
        },
        {
            "start": 1175683497,
            "stop": 1175684566
        },
        {
            "start": 1175684568,
            "stop": 1175685713
        },
        {
            "start": 1175685715,
            "stop": 1175686831
        },
        {
            "start": 1175686833,
            "stop": 1175687991
        }
    ]
}