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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=286",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 287,
    "results": [
        {
            "start": 847615429,
            "stop": 847615457
        },
        {
            "start": 847615458,
            "stop": 847615469
        },
        {
            "start": 847615470,
            "stop": 847615605
        },
        {
            "start": 847615606,
            "stop": 847615881
        },
        {
            "start": 847615882,
            "stop": 847615892
        },
        {
            "start": 847615893,
            "stop": 847615918
        },
        {
            "start": 847615919,
            "stop": 847615951
        },
        {
            "start": 847615952,
            "stop": 847615973
        },
        {
            "start": 847615975,
            "stop": 847615992
        },
        {
            "start": 847615994,
            "stop": 847615996
        },
        {
            "start": 847615997,
            "stop": 847616045
        },
        {
            "start": 847616047,
            "stop": 847616096
        },
        {
            "start": 847616097,
            "stop": 847616122
        },
        {
            "start": 847616123,
            "stop": 847616126
        },
        {
            "start": 847616128,
            "stop": 847616141
        },
        {
            "start": 847616142,
            "stop": 847616164
        },
        {
            "start": 847616165,
            "stop": 847616184
        },
        {
            "start": 847616186,
            "stop": 847616206
        },
        {
            "start": 847616207,
            "stop": 847616226
        },
        {
            "start": 847616228,
            "stop": 847616249
        }
    ]
}