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=778
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=779",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=777",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 778,
    "results": [
        {
            "start": 1249497360,
            "stop": 1249498102
        },
        {
            "start": 1249498103,
            "stop": 1249498128
        },
        {
            "start": 1249498129,
            "stop": 1249498669
        },
        {
            "start": 1249498670,
            "stop": 1249498749
        },
        {
            "start": 1249498750,
            "stop": 1249498769
        },
        {
            "start": 1249498772,
            "stop": 1249503602
        },
        {
            "start": 1249503605,
            "stop": 1249504700
        },
        {
            "start": 1249504704,
            "stop": 1249504981
        },
        {
            "start": 1249504985,
            "stop": 1249508241
        },
        {
            "start": 1249508243,
            "stop": 1249509383
        },
        {
            "start": 1249509388,
            "stop": 1249510335
        },
        {
            "start": 1249510336,
            "stop": 1249511873
        },
        {
            "start": 1249511876,
            "stop": 1249512054
        },
        {
            "start": 1249512058,
            "stop": 1249513129
        },
        {
            "start": 1249513132,
            "stop": 1249516774
        },
        {
            "start": 1249516778,
            "stop": 1249517167
        },
        {
            "start": 1249517171,
            "stop": 1249517210
        },
        {
            "start": 1249517213,
            "stop": 1249521814
        },
        {
            "start": 1249521817,
            "stop": 1249524260
        },
        {
            "start": 1249524263,
            "stop": 1249527696
        }
    ]
}