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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=258",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 259,
    "results": [
        {
            "start": 820940587,
            "stop": 820940610
        },
        {
            "start": 820940618,
            "stop": 820940753
        },
        {
            "start": 820940760,
            "stop": 820940791
        },
        {
            "start": 820940798,
            "stop": 820940820
        },
        {
            "start": 820940827,
            "stop": 820940928
        },
        {
            "start": 820940938,
            "stop": 820940970
        },
        {
            "start": 820940977,
            "stop": 820940991
        },
        {
            "start": 820940998,
            "stop": 820941049
        },
        {
            "start": 820941056,
            "stop": 820941074
        },
        {
            "start": 820941081,
            "stop": 820941087
        },
        {
            "start": 820941094,
            "stop": 820941098
        },
        {
            "start": 820941112,
            "stop": 820941153
        },
        {
            "start": 820941161,
            "stop": 820941289
        },
        {
            "start": 820941296,
            "stop": 820941408
        },
        {
            "start": 820941415,
            "stop": 820941465
        },
        {
            "start": 820941472,
            "stop": 820941506
        },
        {
            "start": 820941513,
            "stop": 820941584
        },
        {
            "start": 820941765,
            "stop": 820941787
        },
        {
            "start": 820941795,
            "stop": 820941820
        },
        {
            "start": 820941827,
            "stop": 820941835
        }
    ]
}