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=1785
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=1786",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1784",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1785,
    "results": [
        {
            "start": 1249589943,
            "stop": 1249590749
        },
        {
            "start": 1249590751,
            "stop": 1249591049
        },
        {
            "start": 1249591050,
            "stop": 1249591051
        },
        {
            "start": 1249591052,
            "stop": 1249591376
        },
        {
            "start": 1249591377,
            "stop": 1249591381
        },
        {
            "start": 1249591382,
            "stop": 1249591616
        },
        {
            "start": 1249591617,
            "stop": 1249591619
        },
        {
            "start": 1249591620,
            "stop": 1249591868
        },
        {
            "start": 1249591869,
            "stop": 1249591870
        },
        {
            "start": 1249591871,
            "stop": 1249591936
        },
        {
            "start": 1249591937,
            "stop": 1249591938
        },
        {
            "start": 1249591939,
            "stop": 1249591965
        },
        {
            "start": 1249591968,
            "stop": 1249591979
        },
        {
            "start": 1249591981,
            "stop": 1249592015
        },
        {
            "start": 1249592016,
            "stop": 1249592019
        },
        {
            "start": 1249592020,
            "stop": 1249592109
        },
        {
            "start": 1249592113,
            "stop": 1249592433
        },
        {
            "start": 1249592434,
            "stop": 1249592438
        },
        {
            "start": 1249592441,
            "stop": 1249592874
        },
        {
            "start": 1249592875,
            "stop": 1249592877
        }
    ]
}