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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1645",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1643",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1644,
    "results": [
        {
            "start": 1247867140,
            "stop": 1247867293
        },
        {
            "start": 1247867407,
            "stop": 1247867790
        },
        {
            "start": 1247867793,
            "stop": 1247867987
        },
        {
            "start": 1247867990,
            "stop": 1247872050
        },
        {
            "start": 1247872052,
            "stop": 1247872148
        },
        {
            "start": 1247872151,
            "stop": 1247874667
        },
        {
            "start": 1247874670,
            "stop": 1247875874
        },
        {
            "start": 1247875877,
            "stop": 1247878450
        },
        {
            "start": 1247878453,
            "stop": 1247882606
        },
        {
            "start": 1247882608,
            "stop": 1247883353
        },
        {
            "start": 1247883356,
            "stop": 1247884663
        },
        {
            "start": 1247884666,
            "stop": 1247886995
        },
        {
            "start": 1247886997,
            "stop": 1247887194
        },
        {
            "start": 1247887197,
            "stop": 1247888376
        },
        {
            "start": 1247888379,
            "stop": 1247891455
        },
        {
            "start": 1247891458,
            "stop": 1247892047
        },
        {
            "start": 1247892050,
            "stop": 1247893298
        },
        {
            "start": 1247893301,
            "stop": 1247894068
        },
        {
            "start": 1247894071,
            "stop": 1247894639
        },
        {
            "start": 1247894642,
            "stop": 1247895261
        }
    ]
}