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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 223,
    "results": [
        {
            "start": 1239935231,
            "stop": 1239935350
        },
        {
            "start": 1239935351,
            "stop": 1239935470
        },
        {
            "start": 1239935471,
            "stop": 1239935590
        },
        {
            "start": 1239935591,
            "stop": 1239935710
        },
        {
            "start": 1239935711,
            "stop": 1239935830
        },
        {
            "start": 1239935831,
            "stop": 1239935950
        },
        {
            "start": 1239935951,
            "stop": 1239936070
        },
        {
            "start": 1239936071,
            "stop": 1239936190
        },
        {
            "start": 1239936191,
            "stop": 1239936310
        },
        {
            "start": 1239936311,
            "stop": 1239936430
        },
        {
            "start": 1239936431,
            "stop": 1239936550
        },
        {
            "start": 1239936551,
            "stop": 1239936670
        },
        {
            "start": 1239936671,
            "stop": 1239936790
        },
        {
            "start": 1239936791,
            "stop": 1239936910
        },
        {
            "start": 1239936911,
            "stop": 1239937030
        },
        {
            "start": 1239937031,
            "stop": 1239937150
        },
        {
            "start": 1239937151,
            "stop": 1239937270
        },
        {
            "start": 1239937271,
            "stop": 1239937390
        },
        {
            "start": 1239937391,
            "stop": 1239937510
        },
        {
            "start": 1239937511,
            "stop": 1239937630
        }
    ]
}