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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=319",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 320,
    "results": [
        {
            "start": 1240220826,
            "stop": 1240220944
        },
        {
            "start": 1240220946,
            "stop": 1240221064
        },
        {
            "start": 1240221066,
            "stop": 1240221184
        },
        {
            "start": 1240221186,
            "stop": 1240221304
        },
        {
            "start": 1240221306,
            "stop": 1240221404
        },
        {
            "start": 1240221406,
            "stop": 1240221544
        },
        {
            "start": 1240221546,
            "stop": 1240221664
        },
        {
            "start": 1240221666,
            "stop": 1240221784
        },
        {
            "start": 1240221786,
            "stop": 1240221904
        },
        {
            "start": 1240221906,
            "stop": 1240222024
        },
        {
            "start": 1240222026,
            "stop": 1240222144
        },
        {
            "start": 1240222146,
            "stop": 1240222264
        },
        {
            "start": 1240222266,
            "stop": 1240222384
        },
        {
            "start": 1240222386,
            "stop": 1240222407
        },
        {
            "start": 1240222411,
            "stop": 1240222504
        },
        {
            "start": 1240222506,
            "stop": 1240222624
        },
        {
            "start": 1240222626,
            "stop": 1240222744
        },
        {
            "start": 1240222746,
            "stop": 1240222857
        },
        {
            "start": 1240222860,
            "stop": 1240222864
        },
        {
            "start": 1240222866,
            "stop": 1240222984
        }
    ]
}