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=965
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=966",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=964",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 965,
    "results": [
        {
            "start": 1251695426,
            "stop": 1251695441
        },
        {
            "start": 1251695446,
            "stop": 1251695448
        },
        {
            "start": 1251695453,
            "stop": 1251695559
        },
        {
            "start": 1251695564,
            "stop": 1251695620
        },
        {
            "start": 1251695623,
            "stop": 1251695737
        },
        {
            "start": 1251695742,
            "stop": 1251695867
        },
        {
            "start": 1251695872,
            "stop": 1251695928
        },
        {
            "start": 1251695933,
            "stop": 1251696095
        },
        {
            "start": 1251696100,
            "stop": 1251696185
        },
        {
            "start": 1251696190,
            "stop": 1251696229
        },
        {
            "start": 1251696234,
            "stop": 1251696245
        },
        {
            "start": 1251696250,
            "stop": 1251696337
        },
        {
            "start": 1251696341,
            "stop": 1251696431
        },
        {
            "start": 1251696436,
            "stop": 1251696568
        },
        {
            "start": 1251696573,
            "stop": 1251696683
        },
        {
            "start": 1251696686,
            "stop": 1251696755
        },
        {
            "start": 1251696760,
            "stop": 1251696788
        },
        {
            "start": 1251696792,
            "stop": 1251696879
        },
        {
            "start": 1251696884,
            "stop": 1251697082
        },
        {
            "start": 1251697087,
            "stop": 1251697132
        }
    ]
}