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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29350",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29351,
    "results": [
        {
            "start": 971255293,
            "stop": 971255305
        },
        {
            "start": 971255308,
            "stop": 971255348
        },
        {
            "start": 971255350,
            "stop": 971255411
        },
        {
            "start": 971255412,
            "stop": 971255489
        },
        {
            "start": 971255491,
            "stop": 971255551
        },
        {
            "start": 971255552,
            "stop": 971255564
        },
        {
            "start": 971255567,
            "stop": 971255575
        },
        {
            "start": 971255576,
            "stop": 971255587
        },
        {
            "start": 971255589,
            "stop": 971255597
        },
        {
            "start": 971255598,
            "stop": 971255630
        },
        {
            "start": 971255631,
            "stop": 971255666
        },
        {
            "start": 971255668,
            "stop": 971255682
        },
        {
            "start": 971255683,
            "stop": 971255732
        },
        {
            "start": 971255735,
            "stop": 971255744
        },
        {
            "start": 971255747,
            "stop": 971255858
        },
        {
            "start": 971255859,
            "stop": 971255867
        },
        {
            "start": 971255868,
            "stop": 971255961
        },
        {
            "start": 971255962,
            "stop": 971255967
        },
        {
            "start": 971255968,
            "stop": 971255973
        },
        {
            "start": 971255974,
            "stop": 971255977
        }
    ]
}