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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 229,
    "results": [
        {
            "start": 1239948431,
            "stop": 1239948550
        },
        {
            "start": 1239948551,
            "stop": 1239948670
        },
        {
            "start": 1239948671,
            "stop": 1239948790
        },
        {
            "start": 1239948791,
            "stop": 1239948910
        },
        {
            "start": 1239948911,
            "stop": 1239949003
        },
        {
            "start": 1239949005,
            "stop": 1239949030
        },
        {
            "start": 1239949031,
            "stop": 1239949150
        },
        {
            "start": 1239949151,
            "stop": 1239949270
        },
        {
            "start": 1239949271,
            "stop": 1239949390
        },
        {
            "start": 1239949391,
            "stop": 1239949510
        },
        {
            "start": 1239949511,
            "stop": 1239949630
        },
        {
            "start": 1239949631,
            "stop": 1239949750
        },
        {
            "start": 1239949751,
            "stop": 1239949870
        },
        {
            "start": 1239949871,
            "stop": 1239949990
        },
        {
            "start": 1239949991,
            "stop": 1239950110
        },
        {
            "start": 1239950111,
            "stop": 1239950230
        },
        {
            "start": 1239950231,
            "stop": 1239950350
        },
        {
            "start": 1239950351,
            "stop": 1239950470
        },
        {
            "start": 1239950471,
            "stop": 1239950590
        },
        {
            "start": 1239950591,
            "stop": 1239950710
        }
    ]
}