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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4216",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4217,
    "results": [
        {
            "start": 874463283,
            "stop": 874463296
        },
        {
            "start": 874463315,
            "stop": 874463321
        },
        {
            "start": 874463340,
            "stop": 874463468
        },
        {
            "start": 874463488,
            "stop": 874463526
        },
        {
            "start": 874463545,
            "stop": 874463592
        },
        {
            "start": 874463611,
            "stop": 874463642
        },
        {
            "start": 874463661,
            "stop": 874463862
        },
        {
            "start": 874463881,
            "stop": 874463955
        },
        {
            "start": 874463974,
            "stop": 874464095
        },
        {
            "start": 874464114,
            "stop": 874464151
        },
        {
            "start": 874464172,
            "stop": 874464202
        },
        {
            "start": 874464221,
            "stop": 874464273
        },
        {
            "start": 874464292,
            "stop": 874464358
        },
        {
            "start": 874464377,
            "stop": 874464627
        },
        {
            "start": 874464653,
            "stop": 874464785
        },
        {
            "start": 874464804,
            "stop": 874465096
        },
        {
            "start": 874465115,
            "stop": 874465129
        },
        {
            "start": 874465198,
            "stop": 874465210
        },
        {
            "start": 874465359,
            "stop": 874465366
        },
        {
            "start": 874465385,
            "stop": 874465390
        }
    ]
}