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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=313",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 314,
    "results": [
        {
            "start": 931565800,
            "stop": 931565805
        },
        {
            "start": 931565807,
            "stop": 931565809
        },
        {
            "start": 931565812,
            "stop": 931565813
        },
        {
            "start": 931565815,
            "stop": 931565819
        },
        {
            "start": 931565823,
            "stop": 931565829
        },
        {
            "start": 931565832,
            "stop": 931565833
        },
        {
            "start": 931565834,
            "stop": 931565847
        },
        {
            "start": 931565850,
            "stop": 931565873
        },
        {
            "start": 931565875,
            "stop": 931565890
        },
        {
            "start": 931565893,
            "stop": 931565904
        },
        {
            "start": 931565907,
            "stop": 931565928
        },
        {
            "start": 931565930,
            "stop": 931565932
        },
        {
            "start": 931565936,
            "stop": 931565938
        },
        {
            "start": 931565942,
            "stop": 931565945
        },
        {
            "start": 931565948,
            "stop": 931565954
        },
        {
            "start": 931565957,
            "stop": 931566001
        },
        {
            "start": 931566004,
            "stop": 931566007
        },
        {
            "start": 931566010,
            "stop": 931566014
        },
        {
            "start": 931566016,
            "stop": 931566021
        },
        {
            "start": 931566022,
            "stop": 931566048
        }
    ]
}