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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 162,
    "results": [
        {
            "start": 1373576236,
            "stop": 1373576254
        },
        {
            "start": 1373583056,
            "stop": 1373583406
        },
        {
            "start": 1373583408,
            "stop": 1373584573
        },
        {
            "start": 1373584578,
            "stop": 1373584751
        },
        {
            "start": 1373584753,
            "stop": 1373585135
        },
        {
            "start": 1373585138,
            "stop": 1373585470
        },
        {
            "start": 1373585472,
            "stop": 1373585904
        },
        {
            "start": 1373585905,
            "stop": 1373586995
        },
        {
            "start": 1373586997,
            "stop": 1373587160
        },
        {
            "start": 1373587163,
            "stop": 1373587476
        },
        {
            "start": 1373587481,
            "stop": 1373587822
        },
        {
            "start": 1373587823,
            "stop": 1373587868
        },
        {
            "start": 1373587870,
            "stop": 1373587887
        },
        {
            "start": 1373587889,
            "stop": 1373588678
        },
        {
            "start": 1373588682,
            "stop": 1373588951
        },
        {
            "start": 1373588956,
            "stop": 1373589447
        },
        {
            "start": 1373589449,
            "stop": 1373590771
        },
        {
            "start": 1373590772,
            "stop": 1373591920
        },
        {
            "start": 1373591922,
            "stop": 1373592856
        },
        {
            "start": 1373592858,
            "stop": 1373593982
        }
    ]
}