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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=360",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 361,
    "results": [
        {
            "start": 864339496,
            "stop": 864340013
        },
        {
            "start": 864340934,
            "stop": 864340980
        },
        {
            "start": 864341040,
            "stop": 864341325
        },
        {
            "start": 864341351,
            "stop": 864341361
        },
        {
            "start": 864341616,
            "stop": 864341619
        },
        {
            "start": 864341638,
            "stop": 864341726
        },
        {
            "start": 864353062,
            "stop": 864353160
        },
        {
            "start": 864353426,
            "stop": 864353531
        },
        {
            "start": 864353831,
            "stop": 864354018
        },
        {
            "start": 864354406,
            "stop": 864363186
        },
        {
            "start": 864363204,
            "stop": 864409457
        },
        {
            "start": 864409478,
            "stop": 864415959
        },
        {
            "start": 864416325,
            "stop": 864416329
        },
        {
            "start": 864416439,
            "stop": 864416700
        },
        {
            "start": 864417230,
            "stop": 864418213
        },
        {
            "start": 864418375,
            "stop": 864419250
        },
        {
            "start": 864419310,
            "stop": 864425430
        },
        {
            "start": 864425490,
            "stop": 864433800
        },
        {
            "start": 864435507,
            "stop": 864436597
        },
        {
            "start": 864436994,
            "stop": 864437144
        }
    ]
}