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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2973",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2974,
    "results": [
        {
            "start": 861012578,
            "stop": 861012643
        },
        {
            "start": 861012646,
            "stop": 861013229
        },
        {
            "start": 861013500,
            "stop": 861025159
        },
        {
            "start": 861026530,
            "stop": 861027547
        },
        {
            "start": 861027553,
            "stop": 861027900
        },
        {
            "start": 861027960,
            "stop": 861031020
        },
        {
            "start": 861031080,
            "stop": 861031867
        },
        {
            "start": 861031993,
            "stop": 861032257
        },
        {
            "start": 861032261,
            "stop": 861032520
        },
        {
            "start": 861032640,
            "stop": 861032760
        },
        {
            "start": 861032880,
            "stop": 861033900
        },
        {
            "start": 861034074,
            "stop": 861034560
        },
        {
            "start": 861034620,
            "stop": 861035030
        },
        {
            "start": 861035034,
            "stop": 861035344
        },
        {
            "start": 861035586,
            "stop": 861035687
        },
        {
            "start": 861035690,
            "stop": 861035838
        },
        {
            "start": 861035842,
            "stop": 861035859
        },
        {
            "start": 861035863,
            "stop": 861035895
        },
        {
            "start": 861035901,
            "stop": 861036120
        },
        {
            "start": 861036180,
            "stop": 861036979
        }
    ]
}