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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=201",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 202,
    "results": [
        {
            "start": 933355356,
            "stop": 933355369
        },
        {
            "start": 933355371,
            "stop": 933355383
        },
        {
            "start": 933355386,
            "stop": 933355398
        },
        {
            "start": 933355401,
            "stop": 933355414
        },
        {
            "start": 933355416,
            "stop": 933355488
        },
        {
            "start": 933355491,
            "stop": 933355533
        },
        {
            "start": 933355536,
            "stop": 933356008
        },
        {
            "start": 933356128,
            "stop": 933356504
        },
        {
            "start": 933356507,
            "stop": 933357093
        },
        {
            "start": 933357096,
            "stop": 933357288
        },
        {
            "start": 933371549,
            "stop": 933371729
        },
        {
            "start": 933371789,
            "stop": 933371869
        },
        {
            "start": 933371880,
            "stop": 933371909
        },
        {
            "start": 933371969,
            "stop": 933372015
        },
        {
            "start": 933372449,
            "stop": 933372569
        },
        {
            "start": 933372689,
            "stop": 933372769
        },
        {
            "start": 933372775,
            "stop": 933372809
        },
        {
            "start": 933372869,
            "stop": 933372901
        },
        {
            "start": 933374009,
            "stop": 933374351
        },
        {
            "start": 933374535,
            "stop": 933375149
        }
    ]
}