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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=343",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 344,
    "results": [
        {
            "start": 934304636,
            "stop": 934307000
        },
        {
            "start": 934307002,
            "stop": 934307703
        },
        {
            "start": 934309513,
            "stop": 934311027
        },
        {
            "start": 934311029,
            "stop": 934311041
        },
        {
            "start": 934311044,
            "stop": 934311057
        },
        {
            "start": 934311059,
            "stop": 934311072
        },
        {
            "start": 934311074,
            "stop": 934311206
        },
        {
            "start": 934311210,
            "stop": 934311237
        },
        {
            "start": 934311239,
            "stop": 934311757
        },
        {
            "start": 934311760,
            "stop": 934311764
        },
        {
            "start": 934311769,
            "stop": 934311783
        },
        {
            "start": 934311786,
            "stop": 934311790
        },
        {
            "start": 934311793,
            "stop": 934311810
        },
        {
            "start": 934311812,
            "stop": 934311816
        },
        {
            "start": 934311818,
            "stop": 934311832
        },
        {
            "start": 934311837,
            "stop": 934312049
        },
        {
            "start": 934315699,
            "stop": 934318956
        },
        {
            "start": 934318960,
            "stop": 934318966
        },
        {
            "start": 934318968,
            "stop": 934318984
        },
        {
            "start": 934318986,
            "stop": 934319010
        }
    ]
}