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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 159,
    "results": [
        {
            "start": 1176337689,
            "stop": 1176337933
        },
        {
            "start": 1176337935,
            "stop": 1176337936
        },
        {
            "start": 1176337938,
            "stop": 1176338521
        },
        {
            "start": 1176338522,
            "stop": 1176338545
        },
        {
            "start": 1176338548,
            "stop": 1176338659
        },
        {
            "start": 1176338660,
            "stop": 1176338669
        },
        {
            "start": 1176338671,
            "stop": 1176338672
        },
        {
            "start": 1176338673,
            "stop": 1176338714
        },
        {
            "start": 1176338715,
            "stop": 1176338717
        },
        {
            "start": 1176338718,
            "stop": 1176338729
        },
        {
            "start": 1176338731,
            "stop": 1176338775
        },
        {
            "start": 1176338778,
            "stop": 1176338846
        },
        {
            "start": 1176338847,
            "stop": 1176338880
        },
        {
            "start": 1176338882,
            "stop": 1176339087
        },
        {
            "start": 1176339090,
            "stop": 1176339134
        },
        {
            "start": 1176339136,
            "stop": 1176339137
        },
        {
            "start": 1176339141,
            "stop": 1176339142
        },
        {
            "start": 1176339144,
            "stop": 1176339152
        },
        {
            "start": 1176339155,
            "stop": 1176339156
        },
        {
            "start": 1176339158,
            "stop": 1176339189
        }
    ]
}