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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29327",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29328,
    "results": [
        {
            "start": 971242601,
            "stop": 971242620
        },
        {
            "start": 971242622,
            "stop": 971242640
        },
        {
            "start": 971242642,
            "stop": 971242659
        },
        {
            "start": 971242661,
            "stop": 971242669
        },
        {
            "start": 971242671,
            "stop": 971242672
        },
        {
            "start": 971242674,
            "stop": 971242690
        },
        {
            "start": 971242691,
            "stop": 971242728
        },
        {
            "start": 971242730,
            "stop": 971242736
        },
        {
            "start": 971242738,
            "stop": 971242750
        },
        {
            "start": 971242751,
            "stop": 971242760
        },
        {
            "start": 971242761,
            "stop": 971242762
        },
        {
            "start": 971242764,
            "stop": 971242782
        },
        {
            "start": 971242784,
            "stop": 971242791
        },
        {
            "start": 971242792,
            "stop": 971242798
        },
        {
            "start": 971242800,
            "stop": 971242804
        },
        {
            "start": 971242807,
            "stop": 971242814
        },
        {
            "start": 971242818,
            "stop": 971242827
        },
        {
            "start": 971242829,
            "stop": 971242835
        },
        {
            "start": 971242836,
            "stop": 971242845
        },
        {
            "start": 971242846,
            "stop": 971242850
        }
    ]
}