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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=118",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 119,
    "results": [
        {
            "start": 931094376,
            "stop": 931094379
        },
        {
            "start": 931094381,
            "stop": 931094382
        },
        {
            "start": 931094384,
            "stop": 931094386
        },
        {
            "start": 931094388,
            "stop": 931094390
        },
        {
            "start": 931094391,
            "stop": 931094400
        },
        {
            "start": 931094401,
            "stop": 931094406
        },
        {
            "start": 931094409,
            "stop": 931094410
        },
        {
            "start": 931094413,
            "stop": 931094416
        },
        {
            "start": 931094417,
            "stop": 931094418
        },
        {
            "start": 931094420,
            "stop": 931094422
        },
        {
            "start": 931094426,
            "stop": 931094429
        },
        {
            "start": 931094431,
            "stop": 931094432
        },
        {
            "start": 931094433,
            "stop": 931094456
        },
        {
            "start": 931094463,
            "stop": 931094465
        },
        {
            "start": 931094466,
            "stop": 931094468
        },
        {
            "start": 931094470,
            "stop": 931094471
        },
        {
            "start": 931094475,
            "stop": 931094482
        },
        {
            "start": 931094483,
            "stop": 931094484
        },
        {
            "start": 931094486,
            "stop": 931094487
        },
        {
            "start": 931094489,
            "stop": 931094493
        }
    ]
}