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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33253",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33254,
    "results": [
        {
            "start": 970989296,
            "stop": 970989321
        },
        {
            "start": 970989323,
            "stop": 970989400
        },
        {
            "start": 970989403,
            "stop": 970989438
        },
        {
            "start": 970989441,
            "stop": 970989462
        },
        {
            "start": 970989463,
            "stop": 970989466
        },
        {
            "start": 970989469,
            "stop": 970989474
        },
        {
            "start": 970989475,
            "stop": 970989500
        },
        {
            "start": 970989501,
            "stop": 970989516
        },
        {
            "start": 970989519,
            "stop": 970989521
        },
        {
            "start": 970989522,
            "stop": 970989566
        },
        {
            "start": 970989567,
            "stop": 970989571
        },
        {
            "start": 970989574,
            "stop": 970989577
        },
        {
            "start": 970989578,
            "stop": 970989606
        },
        {
            "start": 970989607,
            "stop": 970989615
        },
        {
            "start": 970989616,
            "stop": 970989648
        },
        {
            "start": 970989649,
            "stop": 970989688
        },
        {
            "start": 970989689,
            "stop": 970989749
        },
        {
            "start": 970989751,
            "stop": 970989774
        },
        {
            "start": 970989775,
            "stop": 970989781
        },
        {
            "start": 970989784,
            "stop": 970989788
        }
    ]
}