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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6975",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6976,
    "results": [
        {
            "start": 873813936,
            "stop": 873813959
        },
        {
            "start": 873813963,
            "stop": 873814000
        },
        {
            "start": 873814006,
            "stop": 873814008
        },
        {
            "start": 873814011,
            "stop": 873814023
        },
        {
            "start": 873814037,
            "stop": 873814039
        },
        {
            "start": 873814044,
            "stop": 873814131
        },
        {
            "start": 873814134,
            "stop": 873814153
        },
        {
            "start": 873814156,
            "stop": 873814162
        },
        {
            "start": 873814166,
            "stop": 873814184
        },
        {
            "start": 873814190,
            "stop": 873814218
        },
        {
            "start": 873814221,
            "stop": 873814224
        },
        {
            "start": 873814229,
            "stop": 873814231
        },
        {
            "start": 873814242,
            "stop": 873814284
        },
        {
            "start": 873814296,
            "stop": 873814298
        },
        {
            "start": 873814303,
            "stop": 873814342
        },
        {
            "start": 873814345,
            "stop": 873814346
        },
        {
            "start": 873814349,
            "stop": 873814357
        },
        {
            "start": 873814632,
            "stop": 873814783
        },
        {
            "start": 873814791,
            "stop": 873814802
        },
        {
            "start": 873814810,
            "stop": 873814833
        }
    ]
}