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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14094",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14092",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14093,
    "results": [
        {
            "start": 971158522,
            "stop": 971158523
        },
        {
            "start": 971158526,
            "stop": 971158527
        },
        {
            "start": 971158528,
            "stop": 971158529
        },
        {
            "start": 971158531,
            "stop": 971158532
        },
        {
            "start": 971158536,
            "stop": 971158539
        },
        {
            "start": 971158541,
            "stop": 971158542
        },
        {
            "start": 971158543,
            "stop": 971158545
        },
        {
            "start": 971158546,
            "stop": 971158547
        },
        {
            "start": 971158548,
            "stop": 971158549
        },
        {
            "start": 971158550,
            "stop": 971158553
        },
        {
            "start": 971158555,
            "stop": 971158558
        },
        {
            "start": 971158563,
            "stop": 971158565
        },
        {
            "start": 971158569,
            "stop": 971158570
        },
        {
            "start": 971158571,
            "stop": 971158575
        },
        {
            "start": 971158577,
            "stop": 971158578
        },
        {
            "start": 971158579,
            "stop": 971158583
        },
        {
            "start": 971158586,
            "stop": 971158592
        },
        {
            "start": 971158594,
            "stop": 971158598
        },
        {
            "start": 971158600,
            "stop": 971158601
        },
        {
            "start": 971158606,
            "stop": 971158608
        }
    ]
}