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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5351",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5349",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5350,
    "results": [
        {
            "start": 1136609260,
            "stop": 1136609279
        },
        {
            "start": 1136609281,
            "stop": 1136609289
        },
        {
            "start": 1136609291,
            "stop": 1136609309
        },
        {
            "start": 1136609311,
            "stop": 1136609318
        },
        {
            "start": 1136609320,
            "stop": 1136609329
        },
        {
            "start": 1136609331,
            "stop": 1136609333
        },
        {
            "start": 1136609335,
            "stop": 1136609338
        },
        {
            "start": 1136609340,
            "stop": 1136609354
        },
        {
            "start": 1136609356,
            "stop": 1136609360
        },
        {
            "start": 1136609362,
            "stop": 1136609388
        },
        {
            "start": 1136609392,
            "stop": 1136609407
        },
        {
            "start": 1136609409,
            "stop": 1136609412
        },
        {
            "start": 1136609414,
            "stop": 1136609443
        },
        {
            "start": 1136609445,
            "stop": 1136609463
        },
        {
            "start": 1136609465,
            "stop": 1136609491
        },
        {
            "start": 1136609493,
            "stop": 1136609542
        },
        {
            "start": 1136609544,
            "stop": 1136609562
        },
        {
            "start": 1136609564,
            "stop": 1136609600
        },
        {
            "start": 1136609602,
            "stop": 1136609789
        },
        {
            "start": 1136609791,
            "stop": 1136609828
        }
    ]
}