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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=128",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 129,
    "results": [
        {
            "start": 931128307,
            "stop": 931128317
        },
        {
            "start": 931128318,
            "stop": 931128323
        },
        {
            "start": 931128324,
            "stop": 931128350
        },
        {
            "start": 931128351,
            "stop": 931128368
        },
        {
            "start": 931128372,
            "stop": 931128377
        },
        {
            "start": 931128378,
            "stop": 931128412
        },
        {
            "start": 931128414,
            "stop": 931128436
        },
        {
            "start": 931128437,
            "stop": 931128443
        },
        {
            "start": 931128445,
            "stop": 931128459
        },
        {
            "start": 931128460,
            "stop": 931128466
        },
        {
            "start": 931128470,
            "stop": 931128479
        },
        {
            "start": 931128483,
            "stop": 931128496
        },
        {
            "start": 931128497,
            "stop": 931128504
        },
        {
            "start": 931128506,
            "stop": 931128511
        },
        {
            "start": 931128513,
            "stop": 931128515
        },
        {
            "start": 931128518,
            "stop": 931128523
        },
        {
            "start": 931128524,
            "stop": 931128527
        },
        {
            "start": 931128528,
            "stop": 931128536
        },
        {
            "start": 931128537,
            "stop": 931128544
        },
        {
            "start": 931128546,
            "stop": 931128551
        }
    ]
}