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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=114",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 115,
    "results": [
        {
            "start": 819237353,
            "stop": 819237958
        },
        {
            "start": 819238020,
            "stop": 819238093
        },
        {
            "start": 819241451,
            "stop": 819243180
        },
        {
            "start": 819243240,
            "stop": 819243420
        },
        {
            "start": 819243480,
            "stop": 819243720
        },
        {
            "start": 819243780,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819252801
        },
        {
            "start": 819252814,
            "stop": 819253029
        },
        {
            "start": 819253037,
            "stop": 819253571
        },
        {
            "start": 819253578,
            "stop": 819254202
        },
        {
            "start": 819254209,
            "stop": 819254698
        },
        {
            "start": 819254705,
            "stop": 819255070
        },
        {
            "start": 819255077,
            "stop": 819255117
        },
        {
            "start": 819255124,
            "stop": 819255143
        },
        {
            "start": 819255150,
            "stop": 819256108
        },
        {
            "start": 819256116,
            "stop": 819256496
        },
        {
            "start": 819256503,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819259618
        },
        {
            "start": 819259625,
            "stop": 819264432
        },
        {
            "start": 819264439,
            "stop": 819269038
        }
    ]
}