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=5314
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=5315",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5313",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5314,
    "results": [
        {
            "start": 1136502576,
            "stop": 1136502578
        },
        {
            "start": 1136502580,
            "stop": 1136502702
        },
        {
            "start": 1136502704,
            "stop": 1136502802
        },
        {
            "start": 1136502804,
            "stop": 1136502851
        },
        {
            "start": 1136502853,
            "stop": 1136502896
        },
        {
            "start": 1136502898,
            "stop": 1136502909
        },
        {
            "start": 1136502911,
            "stop": 1136502938
        },
        {
            "start": 1136502940,
            "stop": 1136502954
        },
        {
            "start": 1136502956,
            "stop": 1136502980
        },
        {
            "start": 1136502982,
            "stop": 1136503001
        },
        {
            "start": 1136503003,
            "stop": 1136503113
        },
        {
            "start": 1136503115,
            "stop": 1136503220
        },
        {
            "start": 1136503222,
            "stop": 1136503238
        },
        {
            "start": 1136503240,
            "stop": 1136503258
        },
        {
            "start": 1136503260,
            "stop": 1136503297
        },
        {
            "start": 1136503299,
            "stop": 1136503402
        },
        {
            "start": 1136503404,
            "stop": 1136503500
        },
        {
            "start": 1136503502,
            "stop": 1136503503
        },
        {
            "start": 1136503505,
            "stop": 1136503626
        },
        {
            "start": 1136503628,
            "stop": 1136503683
        }
    ]
}