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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 6,
    "results": [
        {
            "start": 1397337886,
            "stop": 1397338623
        },
        {
            "start": 1397345715,
            "stop": 1397345983
        },
        {
            "start": 1397359602,
            "stop": 1397363099
        },
        {
            "start": 1397363102,
            "stop": 1397363654
        },
        {
            "start": 1397363657,
            "stop": 1397366607
        },
        {
            "start": 1397366610,
            "stop": 1397370169
        },
        {
            "start": 1397375152,
            "stop": 1397402551
        },
        {
            "start": 1397402556,
            "stop": 1397403032
        },
        {
            "start": 1397418950,
            "stop": 1397419478
        },
        {
            "start": 1397419481,
            "stop": 1397424201
        },
        {
            "start": 1397424208,
            "stop": 1397429668
        },
        {
            "start": 1397429673,
            "stop": 1397430207
        },
        {
            "start": 1397430212,
            "stop": 1397438265
        },
        {
            "start": 1397438269,
            "stop": 1397439928
        },
        {
            "start": 1397439935,
            "stop": 1397447821
        },
        {
            "start": 1397447824,
            "stop": 1397449253
        },
        {
            "start": 1397449257,
            "stop": 1397455886
        },
        {
            "start": 1397468964,
            "stop": 1397470696
        },
        {
            "start": 1397474266,
            "stop": 1397475868
        },
        {
            "start": 1397475874,
            "stop": 1397478280
        }
    ]
}