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/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 55,
    "results": [
        {
            "start": 1402860176,
            "stop": 1402871353
        },
        {
            "start": 1402871355,
            "stop": 1402873179
        },
        {
            "start": 1402873180,
            "stop": 1402873782
        },
        {
            "start": 1402873786,
            "stop": 1402873882
        },
        {
            "start": 1402873887,
            "stop": 1402912325
        },
        {
            "start": 1402912330,
            "stop": 1402924714
        },
        {
            "start": 1402924718,
            "stop": 1402927239
        },
        {
            "start": 1402927244,
            "stop": 1402928363
        },
        {
            "start": 1402928365,
            "stop": 1402932707
        },
        {
            "start": 1402934409,
            "stop": 1402934452
        },
        {
            "start": 1402945298,
            "stop": 1402947127
        },
        {
            "start": 1402947130,
            "stop": 1402948957
        },
        {
            "start": 1402949094,
            "stop": 1402949210
        },
        {
            "start": 1402949212,
            "stop": 1402954691
        },
        {
            "start": 1402954693,
            "stop": 1402964445
        },
        {
            "start": 1402964449,
            "stop": 1402965759
        },
        {
            "start": 1402965761,
            "stop": 1402972706
        },
        {
            "start": 1402972710,
            "stop": 1402975321
        },
        {
            "start": 1402975324,
            "stop": 1402990052
        },
        {
            "start": 1402990057,
            "stop": 1402990331
        }
    ]
}