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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=154",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 155,
    "results": [
        {
            "start": 819835993,
            "stop": 819836389
        },
        {
            "start": 819836397,
            "stop": 819836403
        },
        {
            "start": 819836410,
            "stop": 819836488
        },
        {
            "start": 819836496,
            "stop": 819836498
        },
        {
            "start": 819836506,
            "stop": 819836794
        },
        {
            "start": 819836802,
            "stop": 819836929
        },
        {
            "start": 819836936,
            "stop": 819837457
        },
        {
            "start": 819837464,
            "stop": 819837729
        },
        {
            "start": 819837736,
            "stop": 819837750
        },
        {
            "start": 819838064,
            "stop": 819838242
        },
        {
            "start": 819838249,
            "stop": 819838546
        },
        {
            "start": 819838553,
            "stop": 819838566
        },
        {
            "start": 819838573,
            "stop": 819838644
        },
        {
            "start": 819838651,
            "stop": 819838789
        },
        {
            "start": 819838803,
            "stop": 819839079
        },
        {
            "start": 819839086,
            "stop": 819839506
        },
        {
            "start": 819839513,
            "stop": 819839891
        },
        {
            "start": 819839898,
            "stop": 819840058
        },
        {
            "start": 819840065,
            "stop": 819840201
        },
        {
            "start": 819840209,
            "stop": 819840371
        }
    ]
}