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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16598",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16599,
    "results": [
        {
            "start": 874725517,
            "stop": 874725555
        },
        {
            "start": 874725556,
            "stop": 874725593
        },
        {
            "start": 874725595,
            "stop": 874725616
        },
        {
            "start": 874725618,
            "stop": 874725685
        },
        {
            "start": 874725686,
            "stop": 874725695
        },
        {
            "start": 874725697,
            "stop": 874725717
        },
        {
            "start": 874725719,
            "stop": 874725780
        },
        {
            "start": 874725781,
            "stop": 874725862
        },
        {
            "start": 874725864,
            "stop": 874725919
        },
        {
            "start": 874725920,
            "stop": 874725949
        },
        {
            "start": 874725952,
            "stop": 874726101
        },
        {
            "start": 874726103,
            "stop": 874726133
        },
        {
            "start": 874726134,
            "stop": 874726157
        },
        {
            "start": 874726159,
            "stop": 874726173
        },
        {
            "start": 874726174,
            "stop": 874726206
        },
        {
            "start": 874726207,
            "stop": 874726291
        },
        {
            "start": 874726293,
            "stop": 874726300
        },
        {
            "start": 874726302,
            "stop": 874726324
        },
        {
            "start": 874726325,
            "stop": 874726372
        },
        {
            "start": 874726373,
            "stop": 874726428
        }
    ]
}