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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=744",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=742",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 743,
    "results": [
        {
            "start": 1249047870,
            "stop": 1249047872
        },
        {
            "start": 1249047875,
            "stop": 1249047890
        },
        {
            "start": 1249047897,
            "stop": 1249047940
        },
        {
            "start": 1249047942,
            "stop": 1249047951
        },
        {
            "start": 1249047953,
            "stop": 1249047956
        },
        {
            "start": 1249047959,
            "stop": 1249047972
        },
        {
            "start": 1249047975,
            "stop": 1249047977
        },
        {
            "start": 1249047978,
            "stop": 1249047979
        },
        {
            "start": 1249047980,
            "stop": 1249047989
        },
        {
            "start": 1249047993,
            "stop": 1249047996
        },
        {
            "start": 1249047998,
            "stop": 1249047999
        },
        {
            "start": 1249048000,
            "stop": 1249048045
        },
        {
            "start": 1249048049,
            "stop": 1249048053
        },
        {
            "start": 1249048055,
            "stop": 1249048060
        },
        {
            "start": 1249048063,
            "stop": 1249048065
        },
        {
            "start": 1249048071,
            "stop": 1249048075
        },
        {
            "start": 1249048080,
            "stop": 1249048081
        },
        {
            "start": 1249048082,
            "stop": 1249048105
        },
        {
            "start": 1249048108,
            "stop": 1249048118
        },
        {
            "start": 1249048121,
            "stop": 1249048124
        }
    ]
}