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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=329",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 330,
    "results": [
        {
            "start": 1240628832,
            "stop": 1240629096
        },
        {
            "start": 1240629097,
            "stop": 1240629186
        },
        {
            "start": 1240629187,
            "stop": 1240629405
        },
        {
            "start": 1240629406,
            "stop": 1240629586
        },
        {
            "start": 1240629589,
            "stop": 1240629646
        },
        {
            "start": 1240629647,
            "stop": 1240629767
        },
        {
            "start": 1240629768,
            "stop": 1240629836
        },
        {
            "start": 1240629837,
            "stop": 1240630024
        },
        {
            "start": 1240630025,
            "stop": 1240630071
        },
        {
            "start": 1240630074,
            "stop": 1240630082
        },
        {
            "start": 1240630083,
            "stop": 1240630282
        },
        {
            "start": 1240630284,
            "stop": 1240630814
        },
        {
            "start": 1240630815,
            "stop": 1240630873
        },
        {
            "start": 1240630874,
            "stop": 1240631190
        },
        {
            "start": 1240631193,
            "stop": 1240631218
        },
        {
            "start": 1240631219,
            "stop": 1240631534
        },
        {
            "start": 1240631535,
            "stop": 1240632376
        },
        {
            "start": 1240632377,
            "stop": 1240632385
        },
        {
            "start": 1240632386,
            "stop": 1240632546
        },
        {
            "start": 1240632547,
            "stop": 1240633374
        }
    ]
}