Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 53,
    "results": [
        {
            "start": 1238669433,
            "stop": 1238669543
        },
        {
            "start": 1238669551,
            "stop": 1238671252
        },
        {
            "start": 1238671255,
            "stop": 1238671893
        },
        {
            "start": 1238671896,
            "stop": 1238672565
        },
        {
            "start": 1238672568,
            "stop": 1238672573
        },
        {
            "start": 1238672576,
            "stop": 1238672700
        },
        {
            "start": 1238672772,
            "stop": 1238672777
        },
        {
            "start": 1238672780,
            "stop": 1238673329
        },
        {
            "start": 1238673332,
            "stop": 1238674521
        },
        {
            "start": 1238674524,
            "stop": 1238676838
        },
        {
            "start": 1238676841,
            "stop": 1238676847
        },
        {
            "start": 1238676850,
            "stop": 1238677280
        },
        {
            "start": 1238677282,
            "stop": 1238677300
        },
        {
            "start": 1238677303,
            "stop": 1238677595
        },
        {
            "start": 1238677598,
            "stop": 1238677869
        },
        {
            "start": 1238677872,
            "stop": 1238679571
        },
        {
            "start": 1238679574,
            "stop": 1238681432
        },
        {
            "start": 1238681435,
            "stop": 1238681928
        },
        {
            "start": 1238681931,
            "stop": 1238682170
        },
        {
            "start": 1238682173,
            "stop": 1238682225
        }
    ]
}