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=33237
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=33238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33236",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33237,
    "results": [
        {
            "start": 970980556,
            "stop": 970980597
        },
        {
            "start": 970980598,
            "stop": 970980611
        },
        {
            "start": 970980612,
            "stop": 970980668
        },
        {
            "start": 970980671,
            "stop": 970980711
        },
        {
            "start": 970980714,
            "stop": 970980753
        },
        {
            "start": 970980756,
            "stop": 970980795
        },
        {
            "start": 970980797,
            "stop": 970980851
        },
        {
            "start": 970980853,
            "stop": 970980865
        },
        {
            "start": 970980866,
            "stop": 970980868
        },
        {
            "start": 970980869,
            "stop": 970980895
        },
        {
            "start": 970980896,
            "stop": 970980916
        },
        {
            "start": 970980921,
            "stop": 970980935
        },
        {
            "start": 970980938,
            "stop": 970980987
        },
        {
            "start": 970980990,
            "stop": 970981087
        },
        {
            "start": 970981090,
            "stop": 970981093
        },
        {
            "start": 970981094,
            "stop": 970981127
        },
        {
            "start": 970981128,
            "stop": 970981143
        },
        {
            "start": 970981146,
            "stop": 970981153
        },
        {
            "start": 970981156,
            "stop": 970981172
        },
        {
            "start": 970981173,
            "stop": 970981201
        }
    ]
}