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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1674",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1672",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1673,
    "results": [
        {
            "start": 957344468,
            "stop": 957344477
        },
        {
            "start": 957344479,
            "stop": 957344618
        },
        {
            "start": 957344620,
            "stop": 957344775
        },
        {
            "start": 957344777,
            "stop": 957344963
        },
        {
            "start": 957345060,
            "stop": 957345143
        },
        {
            "start": 957345145,
            "stop": 957345384
        },
        {
            "start": 957345386,
            "stop": 957345509
        },
        {
            "start": 957345511,
            "stop": 957345513
        },
        {
            "start": 957345515,
            "stop": 957345669
        },
        {
            "start": 957345671,
            "stop": 957345945
        },
        {
            "start": 957345947,
            "stop": 957346122
        },
        {
            "start": 957346124,
            "stop": 957346240
        },
        {
            "start": 957346242,
            "stop": 957346447
        },
        {
            "start": 957346449,
            "stop": 957346791
        },
        {
            "start": 957346793,
            "stop": 957346852
        },
        {
            "start": 957346854,
            "stop": 957346870
        },
        {
            "start": 957346872,
            "stop": 957347007
        },
        {
            "start": 957347008,
            "stop": 957347060
        },
        {
            "start": 957347062,
            "stop": 957347093
        },
        {
            "start": 957347095,
            "stop": 957347272
        }
    ]
}