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=29289
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=29290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29288",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29289,
    "results": [
        {
            "start": 971179711,
            "stop": 971179718
        },
        {
            "start": 971179719,
            "stop": 971179720
        },
        {
            "start": 971179721,
            "stop": 971179722
        },
        {
            "start": 971179725,
            "stop": 971179732
        },
        {
            "start": 971179734,
            "stop": 971179737
        },
        {
            "start": 971179739,
            "stop": 971179740
        },
        {
            "start": 971179741,
            "stop": 971179742
        },
        {
            "start": 971179746,
            "stop": 971179749
        },
        {
            "start": 971179751,
            "stop": 971179754
        },
        {
            "start": 971179758,
            "stop": 971179760
        },
        {
            "start": 971179761,
            "stop": 971179762
        },
        {
            "start": 971179764,
            "stop": 971179769
        },
        {
            "start": 971179771,
            "stop": 971179773
        },
        {
            "start": 971179774,
            "stop": 971179775
        },
        {
            "start": 971179776,
            "stop": 971179777
        },
        {
            "start": 971179781,
            "stop": 971179786
        },
        {
            "start": 971179787,
            "stop": 971179790
        },
        {
            "start": 971179791,
            "stop": 971179799
        },
        {
            "start": 971179800,
            "stop": 971179802
        },
        {
            "start": 971179803,
            "stop": 971179809
        }
    ]
}