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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=360",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 361,
    "results": [
        {
            "start": 1385790336,
            "stop": 1385806159
        },
        {
            "start": 1385806162,
            "stop": 1385813179
        },
        {
            "start": 1385813182,
            "stop": 1385822808
        },
        {
            "start": 1385844251,
            "stop": 1385844832
        },
        {
            "start": 1385844834,
            "stop": 1385849899
        },
        {
            "start": 1385850867,
            "stop": 1385862071
        },
        {
            "start": 1385862074,
            "stop": 1385882589
        },
        {
            "start": 1385882592,
            "stop": 1385887343
        },
        {
            "start": 1385887348,
            "stop": 1385904023
        },
        {
            "start": 1385904027,
            "stop": 1385912044
        },
        {
            "start": 1385912046,
            "stop": 1385917711
        },
        {
            "start": 1385917715,
            "stop": 1385920246
        },
        {
            "start": 1385920250,
            "stop": 1385925638
        },
        {
            "start": 1385927469,
            "stop": 1385927579
        },
        {
            "start": 1385939952,
            "stop": 1385940876
        },
        {
            "start": 1385940881,
            "stop": 1385942684
        },
        {
            "start": 1385942689,
            "stop": 1385944572
        },
        {
            "start": 1385944577,
            "stop": 1385957688
        },
        {
            "start": 1385957691,
            "stop": 1385968089
        },
        {
            "start": 1385968092,
            "stop": 1385971307
        }
    ]
}