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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 124,
    "results": [
        {
            "start": 1239484546,
            "stop": 1239484717
        },
        {
            "start": 1239484718,
            "stop": 1239484720
        },
        {
            "start": 1239484721,
            "stop": 1239484832
        },
        {
            "start": 1239484833,
            "stop": 1239484855
        },
        {
            "start": 1239484856,
            "stop": 1239485034
        },
        {
            "start": 1239485037,
            "stop": 1239485093
        },
        {
            "start": 1239485095,
            "stop": 1239485387
        },
        {
            "start": 1239485388,
            "stop": 1239485419
        },
        {
            "start": 1239485420,
            "stop": 1239485464
        },
        {
            "start": 1239485465,
            "stop": 1239485787
        },
        {
            "start": 1239485788,
            "stop": 1239485838
        },
        {
            "start": 1239485840,
            "stop": 1239485880
        },
        {
            "start": 1239485883,
            "stop": 1239485991
        },
        {
            "start": 1239485992,
            "stop": 1239486036
        },
        {
            "start": 1239486039,
            "stop": 1239486045
        },
        {
            "start": 1239486048,
            "stop": 1239486054
        },
        {
            "start": 1239486055,
            "stop": 1239486254
        },
        {
            "start": 1239486255,
            "stop": 1239486335
        },
        {
            "start": 1239486336,
            "stop": 1239486510
        },
        {
            "start": 1239486512,
            "stop": 1239486513
        }
    ]
}